From a7acf8fdac4139a3cef7b5e3f7eb942717badb48 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Mon, 16 Dec 2019 14:03:25 +0100 Subject: [PATCH] Remove Alexander support (#252) --- packages/ui-settings/src/defaults/endpoints.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui-settings/src/defaults/endpoints.ts b/packages/ui-settings/src/defaults/endpoints.ts index 200b6e1f..5f18192e 100644 --- a/packages/ui-settings/src/defaults/endpoints.ts +++ b/packages/ui-settings/src/defaults/endpoints.ts @@ -68,7 +68,7 @@ const PROVIDERS: Record = { parity: { providerDisplay: 'Parity', nodes: { - alexander: 'wss://poc3-rpc.polkadot.io/', + // alexander: 'wss://poc3-rpc.polkadot.io/', flamingFir: 'wss://substrate-rpc.parity.io/', kusama: 'wss://kusama-rpc.polkadot.io/' } @@ -76,7 +76,7 @@ const PROVIDERS: Record = { unfrastructure: { providerDisplay: 'Centrality UNfrastructure', nodes: { - alexander: 'wss://alex.unfrastructure.io/public/ws' + // alexander: 'wss://alex.unfrastructure.io/public/ws' } }, w3f: {