Skip to content

Commit

Permalink
Re-adding RadiumBlock as Bridgehub Kusama and Polkadot AssetHub Endpo…
Browse files Browse the repository at this point in the history
…int provider (#11104)

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts
  • Loading branch information
radiumb authored Nov 22, 2024
1 parent f86c4b5 commit 460f396
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 @@ -932,7 +932,7 @@ export const prodParasKusamaCommon: EndpointOption[] = [
LuckyFriday: 'wss://rpc-bridge-hub-kusama.luckyfriday.io',
// OnFinality: 'wss://bridgehub-kusama.api.onfinality.io/public-ws',
Parity: 'wss://kusama-bridge-hub-rpc.polkadot.io',
// RadiumBlock: 'wss://bridgehub-kusama.public.curie.radiumblock.co/ws', // https://github.com/polkadot-js/apps/issues/11098
RadiumBlock: 'wss://bridgehub-kusama.public.curie.radiumblock.co/ws',
Stakeworld: 'wss://ksm-rpc.stakeworld.io/bridgehub'
},
relayName: 'kusama',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ export const prodParasPolkadotCommon: EndpointOption[] = [
LuckyFriday: 'wss://rpc-asset-hub-polkadot.luckyfriday.io',
OnFinality: 'wss://statemint.api.onfinality.io/public-ws',
Parity: 'wss://polkadot-asset-hub-rpc.polkadot.io',
// RadiumBlock: 'wss://statemint.public.curie.radiumblock.co/ws', https://github.com/polkadot-js/apps/issues/11098
RadiumBlock: 'wss://statemint.public.curie.radiumblock.co/ws',
Stakeworld: 'wss://dot-rpc.stakeworld.io/assethub'
},
relayName: 'polkadot',
Expand Down

0 comments on commit 460f396

Please sign in to comment.