diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 4953793e66c..5cae45f4646 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -1024,6 +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', IBP1: 'wss://rpc.ibp.network/kusama', IBP2: 'wss://kusama.dotters.network', LuckyFriday: 'wss://rpc-kusama.luckyfriday.io', diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index 187f570af7a..31b051d0acb 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -1000,6 +1000,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', IBP1: 'wss://rpc.ibp.network/polkadot', IBP2: 'wss://polkadot.dotters.network', LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io',