Skip to content

Commit

Permalink
Temporary remove Radium Block RPC from Astar and Shiden (#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobo-k2 authored Feb 10, 2024
1 parent c4a209a commit 218d199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/chainEndpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const providerEndpoints: ChainProvider[] = [
{ name: 'Dwellir', endpoint: 'wss://astar-rpc.dwellir.com' },
{ name: 'Blast', endpoint: 'wss://astar.public.blastapi.io' },
{ name: 'OnFinality', endpoint: 'wss://astar.api.onfinality.io/public-ws' },
{ name: 'RadiumBlock', endpoint: 'wss://astar.public.curie.radiumblock.co/ws' },
// { name: 'RadiumBlock', endpoint: 'wss://astar.public.curie.radiumblock.co/ws' },
{ name: 'Light Client (experimental)', endpoint: 'light://substrate-connect/polkadot/astar' },
],
isSupportContract: true,
Expand Down Expand Up @@ -73,7 +73,7 @@ export const providerEndpoints: ChainProvider[] = [
{ name: 'Dwellir', endpoint: 'wss://shiden-rpc.dwellir.com' },
{ name: 'Blast', endpoint: 'wss://shiden.public.blastapi.io' },
{ name: 'OnFinality', endpoint: 'wss://shiden.api.onfinality.io/public-ws' },
{ name: 'RadiumBlock', endpoint: 'wss://shiden.public.curie.radiumblock.co/ws' },
// { name: 'RadiumBlock', endpoint: 'wss://shiden.public.curie.radiumblock.co/ws' },
{ name: 'Light Client (experimental)', endpoint: 'light://substrate-connect/kusama/shiden' },
],
isSupportContract: true,
Expand Down

0 comments on commit 218d199

Please sign in to comment.