From fac1652a0e3dcc7418065312d2ca15e9c6e1c2e1 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 20 Mar 2018 14:56:50 +0100 Subject: [PATCH] add kovan node --- remix-lib/package.json | 2 +- remix-lib/src/init.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/remix-lib/package.json b/remix-lib/package.json index cd7b39c509..d0f395eafe 100644 --- a/remix-lib/package.json +++ b/remix-lib/package.json @@ -1,6 +1,6 @@ { "name": "remix-lib", - "version": "0.1.9", + "version": "0.2.0", "description": "Ethereum IDE and tools for the web", "contributors": [ { diff --git a/remix-lib/src/init.js b/remix-lib/src/init.js index 0c3285d847..32261870d6 100644 --- a/remix-lib/src/init.js +++ b/remix-lib/src/init.js @@ -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' }