Skip to content

Commit

Permalink
chore: add builder private key flag
Browse files Browse the repository at this point in the history
  • Loading branch information
namn-grg committed Oct 18, 2024
1 parent 3ec365c commit 3585fbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mev/bolt_sidecar/bolt_sidecar_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ def launch_bolt_sidecar(
"0x0000000000000000000000000000000000000000",
"--jwt-hex",
sidecar_config["jwt_hex"],
"--builder_private_key",
# Random private key for testing
"0x240872ca0812e33503482a886e05dfe30ae9cf757bf5c040e70eac685e419c6e"
"--commitment-deadline",
str(100),
"--chain",
Expand Down

0 comments on commit 3585fbd

Please sign in to comment.