Skip to content

Commit

Permalink
enable Helixstreet Endpoints (#11293)
Browse files Browse the repository at this point in the history
  • Loading branch information
helixstreet authored Feb 14, 2025
1 parent f12a5bb commit 85e29b3
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 @@ -1024,7 +1024,7 @@ export const prodRelayKusama: EndpointOption = {
Allnodes: 'wss://kusama-rpc.publicnode.com',
Dwellir: 'wss://kusama-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://kusama-rpc-tn.dwellir.com',
// Helixstreet: 'wss://rpc-kusama.helixstreet.io', // https://github.com/polkadot-js/apps/issues/11280
Helixstreet: 'wss://rpc-kusama.helixstreet.io',
IBP1: 'wss://rpc.ibp.network/kusama',
IBP2: 'wss://kusama.dotters.network',
LuckyFriday: 'wss://rpc-kusama.luckyfriday.io',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ export const prodRelayPolkadot: EndpointOption = {
Blockops: 'wss://polkadot-public-rpc.blockops.network/ws',
Dwellir: 'wss://polkadot-rpc.dwellir.com',
'Dwellir Tunisia': 'wss://polkadot-rpc-tn.dwellir.com',
// Helixstreet: 'wss://rpc-polkadot.helixstreet.io', // https://github.com/polkadot-js/apps/issues/11280
Helixstreet: 'wss://rpc-polkadot.helixstreet.io',
IBP1: 'wss://rpc.ibp.network/polkadot',
IBP2: 'wss://polkadot.dotters.network',
LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io',
Expand Down

0 comments on commit 85e29b3

Please sign in to comment.