We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forge
forge 0.2.0 (7545c7a 2024-03-12T03:19:04.521042379Z)
forge script
Linux
I use forge script -v --priority-gas-price 0.05gwei --with-gas-price 20gwei, but the transaction will set the priority gas to 20GWEI.
forge script -v --priority-gas-price 0.05gwei --with-gas-price 20gwei
Gas Fees: Base: 15.038300915 Gwei |Max: 20 Gwei |Max Priority: 20 Gwei
The text was updated successfully, but these errors were encountered:
looks like priority gas price is overwritten by gas price
--with-gas-price <PRICE> Gas price for legacy transactions, or max fee per gas for EIP1559 transactions
@klkvr I think simply changing the order in which those are set should fix this
Sorry, something went wrong.
Will be addressed in scope of #7106
klkvr
Successfully merging a pull request may close this issue.
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (7545c7a 2024-03-12T03:19:04.521042379Z)
What command(s) is the bug in?
forge script
Operating System
Linux
Describe the bug
I use
forge script -v --priority-gas-price 0.05gwei --with-gas-price 20gwei
, but the transaction will set the priority gas to 20GWEI.The text was updated successfully, but these errors were encountered: