diff --git a/common/libs/nodes/configs.ts b/common/libs/nodes/configs.ts index 97f59ab1..534efc54 100644 --- a/common/libs/nodes/configs.ts +++ b/common/libs/nodes/configs.ts @@ -74,10 +74,16 @@ 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', + url: 'https://web3.gastracker.io' + }, + { + name: makeNodeName('ETC', 'etccooperative'), + type: 'rpc', + service: 'ETC Cooperative', + url: 'https://ethereumclassic.network' } ],