Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/reference/forge/forge-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,13 @@ Scripts can be used to apply state transitions on live contracts, or deploy and
`--slow`
    Makes sure a transaction is sent, only after its previous one has been confirmed and succeeded.


`--target-contract` *contract_name*
    The name of the contract you want to run.

`--priority-gas-price`
    Sets the priority gas price for EIP1559 transactions. Useful for when gas prices are volatile and you want to get your transaction included.

`--with-gas-price` *price*
    Sets the gas price for **broadcasted** legacy transactions, or the max fee for broadcasted EIP1559 transactions.
    Note: To set the gas price in the execution environment of the script use `--gas-price` instead (see below).
Expand Down