Update init.js

pull/7/head
yann300 7 years ago committed by GitHub
parent 5cb2ea3af6
commit ec3e007f48
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