Merge pull request #2108 from pyskell/gastracker-etc

Add gastracker; remove Commonwealth as their nodes are currently down
This commit is contained in:
Connor Bryan 2018-08-16 11:17:46 -05:00 committed by GitHub
commit 35fc45d70b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -74,10 +74,16 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
url: 'https://cry.epool.io' url: 'https://cry.epool.io'
}, },
{ {
name: makeNodeName('ETC', 'commonwealth'), name: makeNodeName('ETC', 'gastracker'),
type: 'rpc', type: 'rpc',
service: 'Ethereum Commonwealth', service: 'GasTracker',
url: 'https://etc-geth.0xinfra.com/' url: 'https://web3.gastracker.io'
},
{
name: makeNodeName('ETC', 'etccooperative'),
type: 'rpc',
service: 'ETC Cooperative',
url: 'https://ethereumclassic.network'
} }
], ],