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
2260e8fa
Unverified
Commit
2260e8fa
authored
Sep 10, 2019
by
yann300
Committed by
GitHub
Sep 10, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1285 from ethereum/yann300-patch-28
https for debug node
parents
a57aa65a
b1d22f43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
execution-context.js
remix-lib/src/execution/execution-context.js
+3
-2
init.js
remix-lib/src/init.js
+4
-3
No files found.
remix-lib/src/execution/execution-context.js
View file @
2260e8fa
...
...
@@ -155,7 +155,7 @@ function ExecutionContext () {
else
if
(
id
===
'2'
)
name
=
'Morden (deprecated)'
else
if
(
id
===
'3'
)
name
=
'Ropsten'
else
if
(
id
===
'4'
)
name
=
'Rinkeby'
else
if
(
id
===
'5'
)
name
=
'G
ö
rli'
else
if
(
id
===
'5'
)
name
=
'G
oe
rli'
else
if
(
id
===
'42'
)
name
=
'Kovan'
else
name
=
'Custom'
...
...
@@ -322,7 +322,8 @@ var transactionDetailsLinks = {
'Main'
:
'https://www.etherscan.io/tx/'
,
'Rinkeby'
:
'https://rinkeby.etherscan.io/tx/'
,
'Ropsten'
:
'https://ropsten.etherscan.io/tx/'
,
'Kovan'
:
'https://kovan.etherscan.io/tx/'
'Kovan'
:
'https://kovan.etherscan.io/tx/'
,
'Goerli'
:
'https://goerli.etherscan.io/tx/'
}
module
.
exports
=
new
ExecutionContext
()
remix-lib/src/init.js
View file @
2260e8fa
...
...
@@ -69,7 +69,8 @@ module.exports = {
var
web3DebugNodes
=
{
'Main'
:
'https://mainnet.infura.io/remix'
,
'Rinkeby'
:
'http://52.56.126.137:8545'
,
'Ropsten'
:
'http://35.178.125.92:8545'
,
'Kovan'
:
'http://35.176.227.86:8545'
'Rinkeby'
:
'https://remix-rinkeby.ethdevops.io'
,
'Ropsten'
:
'https://remix-ropsten.ethdevops.io'
,
'Goerli'
:
'https://remix-goerli.ethdevops.io'
,
'Kovan'
:
'https://remix-kovan.ethdevops.io'
}
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