Skip to content

Commit

Permalink
fix: add nimbus-eth1 net-key (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa authored Oct 25, 2024
1 parent 47204c3 commit c91bbbb
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 @@ -131,6 +131,7 @@ def get_config(
cmd = [
"--log-level={0}".format(log_level),
"--data-dir=" + EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER,
"--net-key={0}/nodekey".format(EXECUTION_DATA_DIRPATH_ON_CLIENT_CONTAINER),
"--http-port={0}".format(WS_RPC_PORT_NUM),
"--http-address=0.0.0.0",
"--rpc",
Expand Down

0 comments on commit c91bbbb

Please sign in to comment.