From 4b474ad2a14bfec77f5f48783e100e4d3f0eb553 Mon Sep 17 00:00:00 2001 From: RadiumBlock Date: Fri, 18 Aug 2023 01:05:19 -0500 Subject: [PATCH] Update productionRelayKusama.ts (#9791) This issue was similar to Astar endpoint and related to load and resource balancing. The endpoint has been functional and in use via wallets and polkaassembly etc. We didn't notice the bug in polkadot-js. We request for the endpoint to be re-enable. --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 21e2b1be436e..d1d72d287b17 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -876,7 +876,7 @@ export const prodRelayKusama: EndpointOption = { LuckyFriday: 'wss://rpc-kusama.luckyfriday.io', OnFinality: 'wss://kusama.api.onfinality.io/public-ws', Parity: 'wss://kusama-rpc.polkadot.io', - // RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws', // https://github.com/polkadot-js/apps/issues/9763 + RadiumBlock: 'wss://kusama.public.curie.radiumblock.co/ws', Stakeworld: 'wss://ksm-rpc.stakeworld.io', 'light client': 'light://substrate-connect/kusama' },