Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion maintainer/maintainer/ethereum/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down