From 32194a529efe39bf2c393f2b79c9c0823e25aa14 Mon Sep 17 00:00:00 2001 From: Pierre Besson Date: Wed, 22 Nov 2023 16:20:19 +0100 Subject: [PATCH] remove Parity's Polkadot and Kusama RPC providers --- packages/apps-config/src/endpoints/productionRelayKusama.ts | 1 - packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 6b715b8f16fd..35502be633ac 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -906,7 +906,6 @@ export const prodRelayKusama: EndpointOption = { 'IBP-GeoDNS2': 'wss://rpc.dotters.network/kusama', 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', 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 6144c8016ea3..9d51c3282939 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -797,7 +797,6 @@ export const prodRelayPolkadot: EndpointOption = { 'IBP-GeoDNS2': 'wss://rpc.dotters.network/polkadot', LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io', OnFinality: 'wss://polkadot.api.onfinality.io/public-ws', - Parity: 'wss://rpc.polkadot.io', RadiumBlock: 'wss://polkadot.public.curie.radiumblock.co/ws', Stakeworld: 'wss://dot-rpc.stakeworld.io', 'light client': 'light://substrate-connect/polkadot'