From c3fdbb27e69449e83fcf11c6d2a5f485d0fda9db Mon Sep 17 00:00:00 2001 From: AgoL5866 Date: Tue, 27 Feb 2024 04:25:16 +0000 Subject: [PATCH 1/2] Adding RockX endpoint --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 1 + packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 60f6484579c9..c97124f16d78 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -940,6 +940,7 @@ export const prodRelayKusama: EndpointOption = { ], providers: { // 'Geometry Labs': 'wss://kusama.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746 + RockX: 'wss://rockx-ksm.w3node.com/polka-public-ksm/ws', 'Automata 1RPC': 'wss://1rpc.io/ksm', Blockops: 'wss://kusama-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840 Dwellir: 'wss://kusama-rpc.dwellir.com', diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index fa244cd3ca2e..cdee1580e719 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -840,6 +840,7 @@ export const prodRelayPolkadot: EndpointOption = { ], providers: { // 'Geometry Labs': 'wss://polkadot.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746 + RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws', 'Automata 1RPC': 'wss://1rpc.io/dot', Blockops: 'wss://polkadot-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840 Dwellir: 'wss://polkadot-rpc.dwellir.com', From 261f120fee47b401f33df21544e864b5d989de4d Mon Sep 17 00:00:00 2001 From: AgoL5866 Date: Fri, 1 Mar 2024 05:03:42 +0000 Subject: [PATCH 2/2] add rockx wss endpoint --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 2 +- packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index c97124f16d78..1014d741bc78 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -940,7 +940,6 @@ export const prodRelayKusama: EndpointOption = { ], providers: { // 'Geometry Labs': 'wss://kusama.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746 - RockX: 'wss://rockx-ksm.w3node.com/polka-public-ksm/ws', 'Automata 1RPC': 'wss://1rpc.io/ksm', Blockops: 'wss://kusama-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840 Dwellir: 'wss://kusama-rpc.dwellir.com', @@ -950,6 +949,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' }, diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index cdee1580e719..a879f990dc08 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -840,7 +840,6 @@ export const prodRelayPolkadot: EndpointOption = { ], providers: { // 'Geometry Labs': 'wss://polkadot.geometry.io/websockets', // https://github.com/polkadot-js/apps/pull/6746 - RockX: 'wss://rockx-dot.w3node.com/polka-public-dot/ws', 'Automata 1RPC': 'wss://1rpc.io/dot', Blockops: 'wss://polkadot-public-rpc.blockops.network/ws', // https://github.com/polkadot-js/apps/issues/9840 Dwellir: 'wss://polkadot-rpc.dwellir.com', @@ -850,6 +849,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' },