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

Update init.js
pull/7/head
yann300 7 years ago committed by GitHub
commit 0bcf2f211b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      remix-lib/src/init.js

@ -68,5 +68,7 @@ module.exports = {
}
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'
}

Loading…
Cancel
Save