Skip to content

Commit

Permalink
fix: Update nethermind to expose host on 0.0.0.0 (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jan 17, 2024
1 parent 4d96409 commit 0bd29dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/el/nethermind/nethermind_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def get_config(
"--Network.OnlyStaticPeers=true",
"--Metrics.Enabled=true",
"--Metrics.ExposePort={0}".format(METRICS_PORT_NUM),
"--Metrics.ExposeHost=0.0.0.0",
]

if network not in constants.PUBLIC_NETWORKS:
Expand Down
2 changes: 1 addition & 1 deletion src/package_io/input_parser.star
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ genesis_constants = import_module(
DEFAULT_EL_IMAGES = {
"geth": "ethereum/client-go:latest",
"erigon": "ethpandaops/erigon:devel",
"nethermind": "nethermind/nethermind:latest",
"nethermind": "nethermindeth/nethermind:master",
"besu": "hyperledger/besu:latest",
"reth": "ghcr.io/paradigmxyz/reth",
"ethereumjs": "ethpandaops/ethereumjs:master",
Expand Down

0 comments on commit 0bd29dd

Please sign in to comment.