Skip to content

Commit

Permalink
Merge pull request ethereum#284 from AlexSSD7/master
Browse files Browse the repository at this point in the history
Bump maximum Gas Price Oracle gas price to 5000 Gwei
  • Loading branch information
ssandeep authored Jan 13, 2022
2 parents 0978123 + d7891c0 commit 8a3508a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/gasprice/gasprice.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import (
const sampleNumber = 3 // Number of transactions sampled in a block

var (
DefaultMaxPrice = big.NewInt(500 * params.GWei)
DefaultMaxPrice = big.NewInt(5000 * params.GWei)
DefaultIgnorePrice = big.NewInt(2 * params.Wei)
)

Expand Down

0 comments on commit 8a3508a

Please sign in to comment.