polkadot-js/apps

View on GitHub
packages/apps-config/src/endpoints/testingRelayRococo.ts

Summary

Maintainability
D
2 days
Test Coverage

File testingRelayRococo.ts has 765 lines of code (exceeds 250 allowed). Consider refactoring.
Open

// Copyright 2017-2024 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { EndpointOption } from './types.js';

Severity: Major
Found in packages/apps-config/src/endpoints/testingRelayRococo.ts - About 1 day to fix

    Similar blocks of code found in 21 locations. Consider refactoring.
    Open

      {
        homepage: 'https://www.aventus.io/',
        info: 'rococoAventus',
        paraId: 2056,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 20 other locations - About 40 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 32..44
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 311..323
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 324..336
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 475..487
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 762..774
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 839..851
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 865..877
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 87..99
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 188..200
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 338..350
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 395..407
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 540..552
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 714..726
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 769..781
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 60..72
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 73..85
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 111..123
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 245..257
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 332..344
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 393..405

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 49.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 21 locations. Consider refactoring.
    Open

      {
        homepage: 'https://neuroweb.ai',
        info: 'rococoNeuroWeb',
        paraId: 2043,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 20 other locations - About 40 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 32..44
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 311..323
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 324..336
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 475..487
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 762..774
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 839..851
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 865..877
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 87..99
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 188..200
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 338..350
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 395..407
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 540..552
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 714..726
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 769..781
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 60..72
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 73..85
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 111..123
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 55..67
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 245..257
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 332..344

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 49.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 21 locations. Consider refactoring.
    Open

      {
        homepage: 'https://hyperbridge.network',
        info: 'rococoHyperbridge',
        paraId: 4374,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 20 other locations - About 40 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 32..44
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 311..323
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 324..336
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 475..487
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 762..774
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 839..851
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 865..877
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 87..99
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 188..200
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 338..350
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 395..407
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 540..552
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 714..726
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 769..781
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 60..72
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 73..85
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 111..123
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 55..67
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 332..344
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 393..405

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 49.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 21 locations. Consider refactoring.
    Open

      {
        homepage: 'https://www.litentry.com/',
        info: 'rococoLitentry',
        paraId: 2106,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 20 other locations - About 40 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 32..44
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 311..323
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 324..336
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 475..487
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 762..774
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 839..851
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 865..877
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 87..99
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 188..200
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 338..350
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 395..407
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 540..552
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 714..726
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 769..781
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 60..72
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 73..85
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 111..123
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 55..67
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 245..257
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 393..405

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 49.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 7 locations. Consider refactoring.
    Open

      {
        homepage: 'https://laosnetwork.io/',
        info: 'rorocoLaos',
        paraId: 4343,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 6 other locations - About 40 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 119..131
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 889..901
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 249..261
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 451..463
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 47..59
    packages/apps-config/src/endpoints/testingRelayPaseo.ts on lines 98..110

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 49.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 25 locations. Consider refactoring.
    Open

      {
        homepage: 'https://acurast.com',
        info: 'rococoAcurast',
        paraId: 2239,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 24 other locations - About 35 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 19..31
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 196..208
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 209..221
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 254..266
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 389..401
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 514..526
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 587..599
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 614..626
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 657..669
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 775..787
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 788..800
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 801..813
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 814..826
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 852..864
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 55..67
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 160..172
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 438..450
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 527..539
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 624..636
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 741..753
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 294..306
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 319..331
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 486..498
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 581..593

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 46.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 25 locations. Consider refactoring.
    Open

      {
        homepage: 'https://polkadex.trade',
        info: 'rococoKaizen',
        paraId: 2040,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 24 other locations - About 35 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 19..31
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 196..208
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 209..221
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 254..266
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 389..401
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 514..526
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 587..599
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 614..626
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 657..669
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 775..787
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 788..800
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 801..813
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 814..826
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 852..864
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 55..67
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 160..172
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 438..450
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 527..539
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 624..636
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 741..753
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 19..31
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 294..306
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 486..498
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 581..593

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 46.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 25 locations. Consider refactoring.
    Open

      {
        homepage: 'https://ourinvo.com/',
        info: 'rococoInvo',
        paraId: 4377,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 24 other locations - About 35 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 19..31
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 196..208
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 209..221
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 254..266
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 389..401
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 514..526
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 587..599
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 614..626
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 657..669
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 775..787
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 788..800
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 801..813
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 814..826
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 852..864
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 55..67
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 160..172
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 438..450
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 527..539
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 624..636
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 741..753
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 19..31
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 319..331
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 486..498
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 581..593

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 46.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 25 locations. Consider refactoring.
    Open

      {
        homepage: 'https://totemaccounting.com/',
        info: 'stagex',
        paraId: 2007,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 24 other locations - About 35 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 19..31
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 196..208
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 209..221
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 254..266
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 389..401
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 514..526
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 587..599
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 614..626
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 657..669
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 775..787
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 788..800
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 801..813
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 814..826
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 852..864
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 55..67
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 160..172
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 438..450
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 527..539
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 624..636
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 741..753
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 19..31
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 294..306
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 319..331
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 486..498

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 46.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    Similar blocks of code found in 25 locations. Consider refactoring.
    Open

      {
        homepage: 'http://robonomics.network/',
        info: 'robonomics',
        paraId: 2048,
        providers: {
    Severity: Major
    Found in packages/apps-config/src/endpoints/testingRelayRococo.ts and 24 other locations - About 35 mins to fix
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 19..31
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 196..208
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 209..221
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 254..266
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 389..401
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 514..526
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 587..599
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 614..626
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 657..669
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 775..787
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 788..800
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 801..813
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 814..826
    packages/apps-config/src/endpoints/productionRelayKusama.ts on lines 852..864
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 55..67
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 160..172
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 438..450
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 527..539
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 624..636
    packages/apps-config/src/endpoints/productionRelayPolkadot.ts on lines 741..753
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 19..31
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 294..306
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 319..331
    packages/apps-config/src/endpoints/testingRelayRococo.ts on lines 581..593

    Duplicated Code

    Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

    Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

    When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

    Tuning

    This issue has a mass of 46.

    We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

    The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

    If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

    See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

    Refactorings

    Further Reading

    There are no issues that match your filters.

    Category
    Status