Add gastracker; remove Commonwealth as Commonwealth nodes are currently down.

Preventative measure for increased traffic from the Coinbase addition. Will follow-up with more nodes.
This commit is contained in:
Anthony 2018-08-15 17:45:20 -04:00 committed by GitHub
parent 952603aba7
commit b7e6a52212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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