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

Commit

Permalink
Merge branch 'mercury' of https://github.com/kvhnuke/etherwallet into…
Browse files Browse the repository at this point in the history
… mercury

* 'mercury' of https://github.com/kvhnuke/etherwallet:
  add MyCrypto ETH endpoint
  • Loading branch information
tayvano committed Jan 23, 2018
2 parents 44d7d65 + a3d6861 commit 871e91f
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 @@ -45,6 +45,18 @@ nodes.nodeList = {
'service': 'MyEtherWallet',
'lib': new nodes.customNode('https://api.myetherapi.com/eth', '')
},
'eth_mycrypto': {
'name': 'ETH',
'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]',
'blockExplorerAddr': 'https://etherscan.io/address/[[address]]',
'type': nodes.nodeTypes.ETH,
'eip155': true,
'chainId': 1,
'tokenList': require('./tokens/ethTokens.json'),
'abiList': require('./abiDefinitions/ethAbi.json'),
'service': 'MyCrypto',
'lib': new nodes.customNode('https://api.mycryptoapi.com/eth', '')
},
'eth_ethscan': {
'name': 'ETH',
'blockExplorerTX': 'https://etherscan.io/tx/[[txHash]]',
Expand Down

0 comments on commit 871e91f

Please sign in to comment.