You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems now we have a --priority-gas-price flag which handles the maxPriorityFeePerGas field, and a --with-gas-price flag handles the maxFeePerGas field for 1559 transactions, so seems this can be closed. Thanks!
It seems now we have a --priority-gas-price flag which handles the maxPriorityFeePerGas field, and a --with-gas-price flag handles the maxFeePerGas field for 1559 transactions, so seems this can be closed. Thanks!
We should probably just implement TransactionOpts for forge script instead of reinventing the wheel with these flags. That can maybe be its own issue.
Component
Forge
Describe the feature you would like
I cannot find how to use forge-script options and Solidity Scripting to handle maxPriorityFeePerGas or maxFeePerGas (eip-1559).
I made a similar issue & pr on hardhat.
for better gas optimization for dev, I think forge-scripting with eip-1559 adopt is quite important feature.
Additional context
I attached some links above.
The text was updated successfully, but these errors were encountered: