Skip to content

Commit

Permalink
Disable unreachable endpoints (#10766)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul authored Jul 18, 2024
1 parent 37b1b6a commit dbf304f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ export const prodRelayKusama: EndpointOption = {
RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws',
RockX: 'wss://rockx-ksm.w3node.com/polka-public-ksm/ws',
Stakeworld: 'wss://ksm-rpc.stakeworld.io',
SubQuery: 'wss://kusama.rpc.subquery.network/public/ws',
// SubQuery: 'wss://kusama.rpc.subquery.network/public/ws', // https://github.com/polkadot-js/apps/issues/10762
'light client': 'light://substrate-connect/kusama'
},
teleport: getTeleports(prodParasKusamaCommon),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ export const prodRelayPolkadot: EndpointOption = {
RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws',
RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws',
Stakeworld: 'wss://dot-rpc.stakeworld.io',
SubQuery: 'wss://polkadot.rpc.subquery.network/public/ws',
// SubQuery: 'wss://polkadot.rpc.subquery.network/public/ws', // https://github.com/polkadot-js/apps/issues/10762
'light client': 'light://substrate-connect/polkadot'
},
teleport: getTeleports(prodParasPolkadotCommon),
Expand Down

0 comments on commit dbf304f

Please sign in to comment.