From 9b815f57664566355ce230a809f02c0f073f803a Mon Sep 17 00:00:00 2001 From: Barnabas Busa Date: Tue, 19 Aug 2025 11:20:33 +0200 Subject: [PATCH] fix: update custom-network to --network Blocked on https://github.com/status-im/nimbus-eth1/pull/3567#issuecomment-3199928472 Signed-off-by: Barnabas Busa --- src/el/nimbus-eth1/nimbus_launcher.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/el/nimbus-eth1/nimbus_launcher.star b/src/el/nimbus-eth1/nimbus_launcher.star index 7c64b72a0..9b3b687c7 100644 --- a/src/el/nimbus-eth1/nimbus_launcher.star +++ b/src/el/nimbus-eth1/nimbus_launcher.star @@ -153,7 +153,7 @@ def get_config( if network_params.network not in constants.PUBLIC_NETWORKS: cmd.append( - "--custom-network=" + "--network=" + constants.GENESIS_CONFIG_MOUNT_PATH_ON_CONTAINER + "/genesis.json" )