Skip to content

Commit

Permalink
fix launchers
Browse files Browse the repository at this point in the history
  • Loading branch information
mslipper committed Jan 9, 2025
1 parent 16c57e3 commit a1dc74e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/cl/hildr/hildr_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def launch(
existing_cl_clients,
l1_config_env_vars,
sequencer_enabled,
interop_params,
):
# beacon_node_identity_recipe = PostHttpRequestRecipe(
# endpoint="/",
Expand Down
1 change: 1 addition & 0 deletions src/el_cl_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def launch(
all_cl_contexts,
l1_config_env_vars,
False,
interop_params,
)
all_cl_contexts.append(cl_builder_context)

Expand Down

0 comments on commit a1dc74e

Please sign in to comment.