diff --git a/common/libs/nodes/configs.ts b/common/libs/nodes/configs.ts index 029109df..5513d37f 100644 --- a/common/libs/nodes/configs.ts +++ b/common/libs/nodes/configs.ts @@ -78,6 +78,12 @@ export const NODE_CONFIGS: { [key in StaticNetworkIds]: RawNodeConfig[] } = { type: 'rpc', service: 'Ethereum Commonwealth', url: 'https://etc-geth.0xinfra.com/' + }, + { + name: makeNodeName('ETC', 'chainkorea'), + type: 'rpc', + service: 'Chainkorea', + url: 'https://node.classicexplorer.org/' } ],