Skip to content

Relayer 2.5

Compare
Choose a tag to compare
@rstormsf rstormsf released this 08 May 19:21
· 161 commits to master since this release
7183af7

Fixes issue with stuck pending tx with low gas price.
Please add new .env variables:

# Resubmitter params:
# how often the watcher will check the first pending tx (in seconds)
NONCE_WATCHER_INTERVAL=30
# how long a tx can be in pending pool (in seconds)
ALLOWABLE_PENDING_TX_TIMEOUT=180
# in GWEI
MAX_GAS_PRICE=100
# how much to increase the gas price for a stuck tx
GAS_PRICE_BUMP_PERCENTAGE=20