diff --git a/src/reference/forge/forge-script.md b/src/reference/forge/forge-script.md index 4d0de981d..a93b6bcf1 100644 --- a/src/reference/forge/forge-script.md +++ b/src/reference/forge/forge-script.md @@ -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).