diff --git a/maintainer/maintainer/ethereum/shared.py b/maintainer/maintainer/ethereum/shared.py index e583989d..91ecd493 100644 --- a/maintainer/maintainer/ethereum/shared.py +++ b/maintainer/maintainer/ethereum/shared.py @@ -14,7 +14,7 @@ GWEI = 1000000000 DEFAULT_GAS = 500_000 -DEFAULT_GAS_PRICE = 22 * GWEI +DEFAULT_GAS_PRICE = 25 * GWEI CONNECTION: ethrpc.BaseRPC NONCE: Iterator[int] # yields ints, takes no sends