Commit 0bd29dd7 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

fix: Update nethermind to expose host on 0.0.0.0 (#467)

parent 4d96409c
...@@ -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:
......
...@@ -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": "nethermindeth/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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment