ETC Chainkorea Node (#1877)

This commit is contained in:
Akira Takizawa 2018-06-01 00:45:58 +09:00 committed by Daniel Ternyak
parent b047c89690
commit 8e9e01ad4c
1 changed files with 6 additions and 0 deletions

View File

@ -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/'
}
],