From 4570146d5882ca6428c3569acf871069b1340a9b Mon Sep 17 00:00:00 2001 From: Akira Takizawa Date: Tue, 3 Jul 2018 03:28:05 +0900 Subject: [PATCH] Remove Chainkorea from the list --- common/libs/nodes/configs.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/common/libs/nodes/configs.ts b/common/libs/nodes/configs.ts index a660f08c..3bdf4ebe 100644 --- a/common/libs/nodes/configs.ts +++ b/common/libs/nodes/configs.ts @@ -78,12 +78,6 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = { type: 'rpc', service: 'Ethereum Commonwealth', url: 'https://etc-geth.0xinfra.com/' - }, - { - name: makeNodeName('ETC', 'chainkorea'), - type: 'rpc', - service: 'Chainkorea', - url: 'https://node.classicexplorer.org/' } ], @@ -165,6 +159,12 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = { type: 'rpc', service: '0xinfra.com', url: 'https://clo-geth.0xinfra.com/' + }, + { + name: makeNodeName('CLO', 'chainkorea'), + type: 'rpc', + service: 'Chainkorea', + url: 'https://node.clopool.net/' } ],