Merge pull request #740 from ethereum/addKovanNode2

Add kovan debug node
pull/7/head
yann300 7 years ago committed by GitHub
commit 9919b2adbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      remix-lib/package.json
  2. 3
      remix-lib/src/init.js

@ -1,6 +1,6 @@
{ {
"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 = {
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'
} }

Loading…
Cancel
Save