Skip to content

Commit

Permalink
Disable unreachable endpoints (#10358)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Mar 15, 2024
1 parent 4b67d17 commit c87853a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/testingRelayRococo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoIntegritee',
paraId: 3002,
providers: {
Integritee: 'wss://rococo.api.integritee.network'
// Integritee: 'wss://rococo.api.integritee.network' // https://github.com/polkadot-js/apps/issues/10353
},
text: 'Integritee Network',
ui: {
Expand All @@ -308,7 +308,7 @@ export const testParasRococo: Omit<EndpointOption, 'teleport'>[] = [
info: 'rococoInvo',
paraId: 4377,
providers: {
'Invo Network': 'wss://rococo.api.invo.network'
// 'Invo Network': 'wss://rococo.api.invo.network' // https://github.com/polkadot-js/apps/issues/10353
},
text: 'Invo Testnet',
ui: {
Expand Down

0 comments on commit c87853a

Please sign in to comment.