Add ETC Cooperative's ETC public node as well

This commit is contained in:
Anthony 2018-08-15 19:34:43 -04:00 committed by GitHub
parent b7e6a52212
commit ef8bbcf0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: 'GasTracker (ETCDEV)',
url: 'https://web3.gastracker.io'
},
{
name: makeNodeName('ETC', 'etccooperative'),
type: 'rpc',
service: 'ETC Cooperative',
url: 'https://ethereumclassic.network'
}
],