Skip to content

Commit

Permalink
Adding RockX endpoint (#10302)
Browse files Browse the repository at this point in the history
* Adding RockX endpoint

* add rockx wss endpoint
  • Loading branch information
AgoL5866 authored Mar 2, 2024
1 parent 1eac9d4 commit 5774dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,7 @@ export const prodRelayKusama: EndpointOption = {
LuckyFriday: 'wss://rpc-kusama.luckyfriday.io',
OnFinality: 'wss://kusama.api.onfinality.io/public-ws',
RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws',
RockX: 'wss://rockx-ksm.w3node.com/polka-public-ksm/ws',
Stakeworld: 'wss://ksm-rpc.stakeworld.io',
'light client': 'light://substrate-connect/kusama'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,7 @@ export const prodRelayPolkadot: EndpointOption = {
LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io',
OnFinality: 'wss://polkadot.api.onfinality.io/public-ws',
RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws',
RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws',
Stakeworld: 'wss://dot-rpc.stakeworld.io',
'light client': 'light://substrate-connect/polkadot'
},
Expand Down

0 comments on commit 5774dcf

Please sign in to comment.