Skip to content

Commit

Permalink
Adding RadiumBlock as Khala Endpoint provider (#10202)
Browse files Browse the repository at this point in the history
* Update productionRelayPolkadot.ts

* Update packages/apps-config/src/endpoints/productionRelayPolkadot.ts

Co-authored-by: Jaco <[email protected]>

* Update productionRelayKusama.ts

---------

Co-authored-by: Jaco <[email protected]>
  • Loading branch information
radiumb and jacogr authored Jan 20, 2024
1 parent ed6b76f commit 63882af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/apps-config/src/endpoints/productionRelayKusama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,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'
Phala: 'wss://khala-api.phala.network/ws',
RadiumBlock: 'wss://khala.public.curie.radiumblock.co/ws'
},
text: 'Khala Network',
ui: {
Expand Down

0 comments on commit 63882af

Please sign in to comment.