Add ETC Cooperative's ETC public node as well
This commit is contained in:
parent
b7e6a52212
commit
ef8bbcf0f9
|
@ -78,6 +78,12 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = {
|
||||||
type: 'rpc',
|
type: 'rpc',
|
||||||
service: 'GasTracker (ETCDEV)',
|
service: 'GasTracker (ETCDEV)',
|
||||||
url: 'https://web3.gastracker.io'
|
url: 'https://web3.gastracker.io'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: makeNodeName('ETC', 'etccooperative'),
|
||||||
|
type: 'rpc',
|
||||||
|
service: 'ETC Cooperative',
|
||||||
|
url: 'https://ethereumclassic.network'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue