Skip to content

Commit

Permalink
fix: use all enrs for nimbus via bootstrap file (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Jan 10, 2024
1 parent 6feba23 commit bb5a0c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cl/nimbus/nimbus_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ def get_beacon_config(
cmd.append("--direct-peer=" + ctx.multiaddr)
elif network not in constants.PUBLIC_NETWORKS:
cmd.append(
"--bootstrap-node="
+ shared_utils.get_devnet_enr(plan, el_cl_genesis_data.files_artifact_uuid)
"--bootstrap-file="
+ constants.GENESIS_CONFIG_MOUNT_PATH_ON_CONTAINER
+ "/bootstrap_nodes.txt"
)

if len(extra_params) > 0:
cmd.extend([param for param in extra_params])

Expand Down

0 comments on commit bb5a0c1

Please sign in to comment.