add kovan node

pull/7/head
yann300 7 years ago
parent 1a89bbca56
commit fac1652a0e
  1. 2
      remix-lib/package.json
  2. 3
      remix-lib/src/init.js

@ -1,6 +1,6 @@
{
"name": "remix-lib",
"version": "0.1.9",
"version": "0.2.0",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{

@ -70,5 +70,6 @@ module.exports = {
var web3DebugNodes = {
'Main': 'https://mainnet.infura.io/remix',
'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'
}

Loading…
Cancel
Save