From c91bbbbe20d14712e3731e37bea46a9cf4c88da6 Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Fri, 25 Oct 2024 15:28:23 +0200 Subject: [PATCH] fix: add nimbus-eth1 net-key (#811) --- src/el/nimbus-eth1/nimbus_launcher.star | 1 + 1 file changed, 1 insertion(+) diff --git a/src/el/nimbus-eth1/nimbus_launcher.star b/src/el/nimbus-eth1/nimbus_launcher.star index a6695a93f..619c8df7e 100644 --- a/src/el/nimbus-eth1/nimbus_launcher.star +++ b/src/el/nimbus-eth1/nimbus_launcher.star @@ -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",