Skip to content

Commit

Permalink
lower fallbackGasTipCap from 15 to 5 gwei
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Mar 29, 2024
1 parent af78625 commit b733a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/txmgr/txmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
FallbackGasTipCap = big.NewInt(15_000_000_000)
FallbackGasTipCap = big.NewInt(5_000_000_000)
FallbackGasLimitMultiplier = 1.1
)

Expand Down

0 comments on commit b733a74

Please sign in to comment.