Skip to content

Commit

Permalink
Adding RadiumBlock as Shiden Endpoint provider (#10145)
Browse files Browse the repository at this point in the history
* Update productionRelayKusama.ts

Disabling RadiumBlock kusama assethub endpoint

* Update productionRelayPolkadot.ts

Disabling RadiumBlock polkadot assethub

* Update productionRelayKusama.ts

* Update productionRelayPolkadot.ts

* Update productionRelayKusama.ts
  • Loading branch information
radiumb authored Jan 9, 2024
1 parent 5a759a0 commit 242d843
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
Blast: 'wss://shiden.public.blastapi.io',
Dwellir: 'wss://shiden-rpc.dwellir.com',
OnFinality: 'wss://shiden.api.onfinality.io/public-ws',
RadiumBlock: 'wss://shiden.public.curie.radiumblock.co/ws',
'light client': 'light://substrate-connect/kusama/shiden'
},
text: 'Shiden',
Expand Down

0 comments on commit 242d843

Please sign in to comment.