Skip to content

Commit

Permalink
Feat: set DefaultGasBumpPercentage to 10 (#2411)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasse authored Apr 1, 2024
1 parent 89d9aa9 commit 4fbad16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ethergo/submitter/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ const (
DefaultBumpIntervalSeconds = 30

// DefaultGasBumpPercentage is the default percentage to bump the gas price by.
DefaultGasBumpPercentage = 5
// See: https://github.com/ethereum/go-ethereum/blob/8c5576b1ac89473c7ec15c9b03d1ca02e9499dcc/core/txpool/legacypool/legacypool.go#L146
DefaultGasBumpPercentage = 10

// DefaultGasEstimate is the default gas estimate to use for transactions.
DefaultGasEstimate = uint64(1200000)
Expand Down

0 comments on commit 4fbad16

Please sign in to comment.