Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
0bd29dd7
Unverified
Commit
0bd29dd7
authored
Jan 17, 2024
by
Barnabas Busa
Committed by
GitHub
Jan 17, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Update nethermind to expose host on 0.0.0.0 (#467)
parent
4d96409c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
nethermind_launcher.star
src/el/nethermind/nethermind_launcher.star
+1
-0
input_parser.star
src/package_io/input_parser.star
+1
-1
No files found.
src/el/nethermind/nethermind_launcher.star
View file @
0bd29dd7
...
@@ -181,6 +181,7 @@ def get_config(
...
@@ -181,6 +181,7 @@ def get_config(
"--Network.OnlyStaticPeers=true",
"--Network.OnlyStaticPeers=true",
"--Metrics.Enabled=true",
"--Metrics.Enabled=true",
"--Metrics.ExposePort={0}".format(METRICS_PORT_NUM),
"--Metrics.ExposePort={0}".format(METRICS_PORT_NUM),
"--Metrics.ExposeHost=0.0.0.0",
]
]
if network not in constants.PUBLIC_NETWORKS:
if network not in constants.PUBLIC_NETWORKS:
...
...
src/package_io/input_parser.star
View file @
0bd29dd7
...
@@ -7,7 +7,7 @@ genesis_constants = import_module(
...
@@ -7,7 +7,7 @@ genesis_constants = import_module(
DEFAULT_EL_IMAGES = {
DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:latest",
"geth": "ethereum/client-go:latest",
"erigon": "ethpandaops/erigon:devel",
"erigon": "ethpandaops/erigon:devel",
"nethermind": "nethermind
/nethermind:latest
",
"nethermind": "nethermind
eth/nethermind:master
",
"besu": "hyperledger/besu:latest",
"besu": "hyperledger/besu:latest",
"reth": "ghcr.io/paradigmxyz/reth",
"reth": "ghcr.io/paradigmxyz/reth",
"ethereumjs": "ethpandaops/ethereumjs:master",
"ethereumjs": "ethpandaops/ethereumjs:master",
...
...
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