From 2607536fb27da92bc7ee250ebb07a82892d0ae8a Mon Sep 17 00:00:00 2001 From: Arjun Porwal <65214523+ap211unitech@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:47:39 +0530 Subject: [PATCH] Disable unreachable endpoints (#11201) * fix: commented out unreachable RPC endpoints * fix: commented out unreachable RPC endpoints * fix: Remove Zondax endpoint from testingRelayPaseo configuration --- packages/apps-config/src/endpoints/testingRelayPaseo.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/apps-config/src/endpoints/testingRelayPaseo.ts b/packages/apps-config/src/endpoints/testingRelayPaseo.ts index 5ac880b36d9a..1524d52804a6 100644 --- a/packages/apps-config/src/endpoints/testingRelayPaseo.ts +++ b/packages/apps-config/src/endpoints/testingRelayPaseo.ts @@ -456,8 +456,8 @@ export const testRelayPaseo: EndpointOption = { Dwellir: 'wss://paseo-rpc.dwellir.com', IBP1: 'wss://rpc.ibp.network/paseo', IBP2: 'wss://paseo.dotters.network', - StakeWorld: 'wss://pas-rpc.stakeworld.io', - Zondax: 'wss://api2.zondax.ch/pas/node/rpc' + StakeWorld: 'wss://pas-rpc.stakeworld.io' + // Zondax: 'wss://api2.zondax.ch/pas/node/rpc' // https://github.com/polkadot-js/apps/issues/11199 // 'light client': 'light://substrate-connect/paseo' }, teleport: getTeleports(testParasPaseoCommon),