Skip to content

Commit

Permalink
chore: gas adjustments (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar authored and mrekucci committed Sep 3, 2024
1 parent 0eb5265 commit f9d300c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oracle/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ var (
Name: "gas-limit",
Usage: "Use predefined gas limit for transactions",
EnvVars: []string{"MEV_COMMIT_GAS_LIMIT"},
Value: 1000000,
Value: 2000000,
})

optionGasTipCap = altsrc.NewStringFlag(&cli.StringFlag{
Expand Down
2 changes: 1 addition & 1 deletion p2p/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ var (
Name: "gas-limit",
Usage: "Use predefined gas limit for transactions",
EnvVars: []string{"MEV_COMMIT_GAS_LIMIT"},
Value: 1000000,
Value: 2000000,
})

optionGasTipCap = altsrc.NewStringFlag(&cli.StringFlag{
Expand Down

0 comments on commit f9d300c

Please sign in to comment.