Merge pull request #2108 from pyskell/gastracker-etc
Add gastracker; remove Commonwealth as their nodes are currently down
This commit is contained in:
commit
35fc45d70b
|
@ -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'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue