From 407cca88c8ce1335cd66b6a552f377e1c9f0deeb Mon Sep 17 00:00:00 2001 From: Jaco Date: Tue, 29 Aug 2023 10:15:26 +0300 Subject: [PATCH] Disable unreachable endpoints --- packages/apps-config/src/endpoints/production.ts | 4 ++-- packages/apps-config/src/endpoints/productionRelayPolkadot.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/apps-config/src/endpoints/production.ts b/packages/apps-config/src/endpoints/production.ts index f78b74eef3da..04145c449f2f 100644 --- a/packages/apps-config/src/endpoints/production.ts +++ b/packages/apps-config/src/endpoints/production.ts @@ -89,8 +89,8 @@ export const prodChains: Omit[] = [ { info: 'cere', providers: { - 'Cere Network': 'wss://archive.mainnet.cere.network/ws', - 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' + 'Cere Network': 'wss://archive.mainnet.cere.network/ws' + // 'Republic Crypto | Runtime': 'wss://mainnet.cere-archive.republiccrypto-runtime.com:444' // https://github.com/polkadot-js/apps/issues/9828 }, text: 'Cere Network', ui: { diff --git a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts index b874f6922e68..b794f56c38c1 100644 --- a/packages/apps-config/src/endpoints/productionRelayPolkadot.ts +++ b/packages/apps-config/src/endpoints/productionRelayPolkadot.ts @@ -294,8 +294,8 @@ export const prodParasPolkadot: Omit[] = [ paraId: 2034, providers: { Dwellir: 'wss://hydradx-rpc.dwellir.com', - 'Galactic Council': 'wss://rpc.hydradx.cloud', - OnFinality: 'wss://hydradx.api.onfinality.io/public-ws' + 'Galactic Council': 'wss://rpc.hydradx.cloud' + // OnFinality: 'wss://hydradx.api.onfinality.io/public-ws' // https://github.com/polkadot-js/apps/issues/9828 // ZeePrime: 'wss://rpc-lb.data6.zp-labs.net:8443/hydradx/ws/?token=2ZGuGivPJJAxXiT1hR1Yg2MXGjMrhEBYFjgbdPi' // https://github.com/polkadot-js/apps/issues/9760 }, text: 'HydraDX',