Unverified Commit 9919b2ad authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #740 from ethereum/addKovanNode2

Add kovan debug node
parents 1a89bbca fac1652a
{ {
"name": "remix-lib", "name": "remix-lib",
"version": "0.1.9", "version": "0.2.0",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
......
...@@ -70,5 +70,6 @@ module.exports = { ...@@ -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'
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment