Open
Description
Component
Forge
Describe the feature you would like
For certain networks, gas(price) may be incorrectly estimated, resulting in transactions that are underpriced:
in forge create
we use the default Provider::{estimate_gas,get_gas_price}
functions to fill the transactions, if they're not provided via cli arguments
it would be useful to scale these estimates percentage-wise, perhaps --scale-gas-limit 20
to use a 1.2
multiplier for the gas limit.
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo