Skip to content

Commit

Permalink
fix: nimbus-eth1 advertise proper extip (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Feb 27, 2024
1 parent d599729 commit 1d5a779
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/el/nimbus-eth1/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ def get_config(
"--metrics",
"--metrics-address=0.0.0.0",
"--metrics-port={0}".format(METRICS_PORT_NUM),
"--nat=extip:{0}".format(PRIVATE_IP_ADDRESS_PLACEHOLDER),
]
if (
network not in constants.PUBLIC_NETWORKS
Expand Down

0 comments on commit 1d5a779

Please sign in to comment.