From 8e9e01ad4c6f1ddd8849a257e19e0dc790b0fdf7 Mon Sep 17 00:00:00 2001 From: Akira Takizawa Date: Fri, 1 Jun 2018 00:45:58 +0900 Subject: [PATCH] ETC Chainkorea Node (#1877) --- common/libs/nodes/configs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/libs/nodes/configs.ts b/common/libs/nodes/configs.ts index 029109df..5513d37f 100644 --- a/common/libs/nodes/configs.ts +++ b/common/libs/nodes/configs.ts @@ -78,6 +78,12 @@ 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/' } ],