Skip to content

Commit

Permalink
Disable unreachable endpoints (#9764)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Aug 7, 2023
1 parent f8b782b commit 939b17f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ export const prodRelayKusama: EndpointOption = {
LuckyFriday: 'wss://rpc-kusama.luckyfriday.io',
OnFinality: 'wss://kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-rpc.polkadot.io',
RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws',
// RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws', // https://github.com/polkadot-js/apps/issues/9763
Stakeworld: 'wss://ksm-rpc.stakeworld.io',
'light client': 'light://substrate-connect/kusama'
},
Expand Down

0 comments on commit 939b17f

Please sign in to comment.