Skip to content

Commit

Permalink
fix: updated contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alok committed Apr 19, 2024
1 parent 611640b commit 1f095aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var (
Name: "laggerd-mode",
Usage: "No of blocks to lag behind for L1 chain",
EnvVars: []string{"MEV_ORACLE_LAGGERD_MODE"},
Value: 0,
Value: 64,
})

optionOverrideWinners = altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
Expand Down

0 comments on commit 1f095aa

Please sign in to comment.