|
|
@ -70,5 +70,6 @@ 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', |
|
|
|
'Rinkeby': 'http://52.56.126.137:8545', |
|
|
|
'Ropsten': 'http://35.178.125.92:8545' |
|
|
|
'Ropsten': 'http://35.178.125.92:8545', |
|
|
|
|
|
|
|
'Kovan': 'http://35.176.227.86:8545' |
|
|
|
} |
|
|
|
} |
|
|
|