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

Commit

Permalink
switch node from myetherapi.com to myetherwallet.com
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Jun 28, 2018
1 parent c373e30 commit 29137ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/scripts/nodes.js
Expand Up @@ -52,8 +52,8 @@ nodes.nodeList = {
'chainId': 1,
'tokenList': require('./tokens/ethTokens.json'),
'abiList': require('./abiDefinitions/ethAbi.json'),
'service': 'myetherapi.com',
'lib': new nodes.customNode('https://api.myetherapi.com/eth', '')
'service': 'myetherwallet.com',
'lib': new nodes.customNode('https://api.myetherwallet.com/eth', '')
},
'eth_ethscan': {
'name': 'ETH',
Expand Down Expand Up @@ -136,8 +136,8 @@ nodes.nodeList = {
'chainId': 3,
'tokenList': require('./tokens/ropstenTokens.json'),
'abiList': require('./abiDefinitions/ropstenAbi.json'),
'service': 'myetherapi.com',
'lib': new nodes.customNode('https://api.myetherapi.com/rop', '')
'service': 'myetherwallet.com',
'lib': new nodes.customNode('https://api.myetherwallet.com/rop', '')
},
'rop_infura': {
'name': 'Ropsten',
Expand Down

0 comments on commit 29137ae

Please sign in to comment.