Skip to content

Commit

Permalink
ETC Chainkorea Node (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akira Takizawa authored and dternyak committed May 31, 2018
1 parent b047c89 commit 8e9e01a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/libs/nodes/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
}
],

Expand Down

0 comments on commit 8e9e01a

Please sign in to comment.