Skip to content

Commit

Permalink
Re-adding Radiumblock as Khala Endpoint provider (#11102)
Browse files Browse the repository at this point in the history
* Update productionRelayKusama.ts

* Update productionRelayKusama.ts

* Update productionRelayKusama.ts
  • Loading branch information
radiumb authored Nov 22, 2024
1 parent 9accecf commit b7d7f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ export const prodParasKusama: Omit<EndpointOption, 'teleport'>[] = [
Dwellir: 'wss://khala-rpc.dwellir.com',
Helikon: 'wss://rpc.helikon.io/khala',
OnFinality: 'wss://khala.api.onfinality.io/public-ws',
Phala: 'wss://khala-api.phala.network/ws'
// RadiumBlock: 'wss://khala.public.curie.radiumblock.co/ws' // https://github.com/polkadot-js/apps/issues/11098
Phala: 'wss://khala-api.phala.network/ws',
RadiumBlock: 'wss://khala.public.curie.radiumblock.co/ws'
// Rockx: 'wss://rockx-khala.w3node.com/polka-public-khala/ws' // https://github.com/polkadot-js/apps/issues/10728
},
text: 'Khala Network',
Expand Down

0 comments on commit b7d7f25

Please sign in to comment.