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' }