Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Add ETC Cooperative's ETC public node as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pyskell authored Aug 15, 2018
1 parent b83750f commit 380b6fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/scripts/nodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,18 @@ nodes.nodeList = {
'abiList': require('./abiDefinitions/etcAbi.json'),
'service': 'epool.io',
'lib': new nodes.customNode('https://mew.epool.io', '')
},
'etc_etccoop': {
'name': 'ETC',
'blockExplorerTX': 'https://gastracker.io/tx/[[txHash]]',
'blockExplorerAddr': 'https://gastracker.io/addr/[[address]]',
'type': nodes.nodeTypes.ETC,
'eip155': true,
'chainId': 61,
'tokenList': require('./tokens/etcTokens.json'),
'abiList': require('./abiDefinitions/etcAbi.json'),
'service': 'ETC Cooperative',
'lib': new nodes.customNode('https://ethereumclassic.network', '')
},
'rop_mew': {
'name': 'Ropsten',
Expand Down

0 comments on commit 380b6fb

Please sign in to comment.