Bump maximum GPO price to 5000 Gwei

This commit is contained in:
Alex 2022-01-05 10:09:10 +01:00 committed by GitHub
parent 53d8947bfe
commit d7891c0d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
)