Skip to content

Commit

Permalink
add more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasbusa committed Jun 27, 2024
1 parent 96d4712 commit ac6a267
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/tests/hildr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
optimism_package:
participants:
- el_type: op-geth
cl_type: op-node
- el_type: op-geth
cl_type: hildr
- el_type: op-reth
Expand Down
2 changes: 1 addition & 1 deletion src/cl/hildr/hildr_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def get_beacon_config(
]

if sequencer_enabled:
cmd.append("--sequencer-enabled")
cmd.append("--sequencer-enable")

# if len(existing_cl_clients) > 0:
# cmd.append(
Expand Down

0 comments on commit ac6a267

Please sign in to comment.