Skip to content

Commit

Permalink
chore(sidecar): slot time cli
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jul 16, 2024
1 parent a338730 commit 6f379ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mev/mev_sidecar/mev_sidecar_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ def launch_mev_sidecar(
"--chain",
"kurtosis",
"--validator-indexes",
"0..64"
"--commitment-deadline",
"100"
"0..64",
"--slot-time",
str(seconds_per_slot),
],
# + mev_params.mev_relay_api_extra_args,
ports={
Expand Down

0 comments on commit 6f379ea

Please sign in to comment.