This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
Metamask keeps failing sending transactions #967
Closed
Description
The problem comes from the feemarket base fee.
Metamask does not add any buffer and uses the base fee specified in the block.
Since the average block time is quite fast (few sec), the base fee might increase when it tries to execute it, it fails the transaction.
Solution: Either reintroduce a configurable tip or add a buffer in rpc gas-price endpoints (maybe add 2~5 times the maximum base fee variation)
Metadata
Assignees
Labels
No labels