Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
9919b2ad
Unverified
Commit
9919b2ad
authored
Mar 20, 2018
by
yann300
Committed by
GitHub
Mar 20, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #740 from ethereum/addKovanNode2
Add kovan debug node
parents
1a89bbca
fac1652a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
package.json
remix-lib/package.json
+1
-1
init.js
remix-lib/src/init.js
+2
-1
No files found.
remix-lib/package.json
View file @
9919b2ad
{
{
"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"
:
[
{
{
...
...
remix-lib/src/init.js
View file @
9919b2ad
...
@@ -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'
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment