Skip to content

Commit

Permalink
Disbale unreachable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Aug 7, 2024
1 parent 39da860 commit b3674ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
info: 'zero',
paraId: 2236,
providers: {
'Zero Network': 'wss://rpc-1.kusama.node.zero.io'
// 'Zero Network': 'wss://rpc-1.kusama.node.zero.io' // https://github.com/polkadot-js/apps/issues/10803
},
text: 'ZERO Canary',
ui: {
Expand Down
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayPolkadot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const prodParasPolkadot: Omit<EndpointOption, 'teleport'>[] = [
info: 'hyperbridge',
paraId: 3367,
providers: {
BlockOps: 'wss://hyperbridge-nexus-rpc.blockops.network',
// BlockOps: 'wss://hyperbridge-nexus-rpc.blockops.network', // https://github.com/polkadot-js/apps/issues/10803
IBP1: 'wss://nexus.ibp.network',
IBP2: 'wss://nexus.dotters.network'
},
Expand Down Expand Up @@ -961,7 +961,7 @@ export const prodRelayPolkadot: EndpointOption = {
Allnodes: 'wss://polkadot-rpc.publicnode.com',
// 'Geometry Labs': 'wss://polkadot.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746
// 'Automata 1RPC': 'wss://1rpc.io/dot',
Blockops: 'wss://polkadot-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840
// Blockops: 'wss://polkadot-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/10803
Dwellir: 'wss://polkadot-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://polkadot-rpc-tn.dwellir.com',
IBP1: 'wss://rpc.ibp.network/polkadot',
Expand Down
2 changes: 1 addition & 1 deletion packages/apps-config/src/endpoints/testingRelayPaseo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const testParasPaseo: Omit<EndpointOption, 'teleport'>[] = [
info: 'Hyperbridge',
paraId: 4009,
providers: {
BlockOps: 'wss://hyperbridge-paseo-rpc.blockops.network'
// BlockOps: 'wss://hyperbridge-paseo-rpc.blockops.network' // https://github.com/polkadot-js/apps/issues/10803
},
text: 'Hyperbridge (Gargantua)',
ui: {
Expand Down

0 comments on commit b3674ef

Please sign in to comment.