Unverified Commit 0bcf2f21 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #739 from ethereum/yann300-patch-3

Update init.js
parents 5cb2ea3a ec3e007f
...@@ -68,5 +68,7 @@ module.exports = { ...@@ -68,5 +68,7 @@ module.exports = {
} }
var web3DebugNodes = { var web3DebugNodes = {
'Main': 'https://mainnet.infura.io/remix' 'Main': 'https://mainnet.infura.io/remix',
'Rinkeby': 'http://52.56.126.137:8545',
'Ropsten': 'http://35.178.125.92:8545'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment