From adc269011464bbc3989a31237688801f51b773a0 Mon Sep 17 00:00:00 2001 From: Arjun Porwal Date: Thu, 27 Feb 2025 11:53:46 +0530 Subject: [PATCH 1/2] disable unreachable endpoints --- packages/apps-config/src/endpoints/production.ts | 4 ++-- packages/apps-config/src/endpoints/productionRelayKusama.ts | 4 ++-- packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index 00b3d4572412..91988b2b1af2 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -644,8 +644,8 @@ export const prodChains: Omit[] = [ isPeopleForIdentity: false, providers: { Blast: 'wss://vara-mainnet.public.blastapi.io', - Gear: 'wss://rpc.vara.network', - 'P2P.org': 'wss://vara.substrate-rpc.p2p.org/' + Gear: 'wss://rpc.vara.network' + // 'P2P.org': 'wss://vara.substrate-rpc.p2p.org/' // https://github.com/polkadot-js/apps/issues/11337 }, text: 'Vara', ui: { diff --git a/packages/apps-config/src/endpoints/productionRelayKusama.ts b/packages/apps-config/src/endpoints/productionRelayKusama.ts index 25e53f5a0291..685d0e0ee302 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -531,7 +531,7 @@ export const prodParasKusama: Omit[] = [ paraId: 2085, providers: { // OnFinality: 'wss://parallel-heiko.api.onfinality.io/public-ws', // https://github.com/polkadot-js/apps/issues/9964 - Parallel: 'wss://heiko-rpc.parallel.fi' + // Parallel: 'wss://heiko-rpc.parallel.fi' // https://github.com/polkadot-js/apps/issues/11337 }, text: 'Parallel Heiko', ui: { @@ -1011,7 +1011,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', + // Helixstreet: 'wss://rpc-kusama.helixstreet.io', // https://github.com/polkadot-js/apps/issues/11335 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 9f2c852a3e8b..9159654bbeb3 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -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', + // Helixstreet: 'wss://rpc-polkadot.helixstreet.io', // https://github.com/polkadot-js/apps/issues/11335 IBP1: 'wss://rpc.ibp.network/polkadot', IBP2: 'wss://polkadot.dotters.network', LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io', From f6f6a9331209ce0f4e3e43148bca449cc6d47dca Mon Sep 17 00:00:00 2001 From: Arjun Porwal Date: Fri, 28 Feb 2025 09:05:32 +0530 Subject: [PATCH 2/2] chore: restore helixstreet providers --- 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 685d0e0ee302..d972984b90ce 100644 --- a/packages/apps-config/src/endpoints/productionRelayKusama.ts +++ b/packages/apps-config/src/endpoints/productionRelayKusama.ts @@ -1011,7 +1011,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/11335 + 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 9159654bbeb3..9f2c852a3e8b 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -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/11335 + Helixstreet: 'wss://rpc-polkadot.helixstreet.io', IBP1: 'wss://rpc.ibp.network/polkadot', IBP2: 'wss://polkadot.dotters.network', LuckyFriday: 'wss://rpc-polkadot.luckyfriday.io',