Merge pull request #2009 from akx20000a/develop

Remove ETC Chainkorea from the list
This commit is contained in:
Connor Bryan 2018-08-15 15:44:42 -05:00 committed by GitHub
commit f3f1d12084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

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