diff --git a/documentation/testnet/getting_started/02_deploy_and_execute.md b/documentation/testnet/getting_started/02_deploy_and_execute.md index d453a868e..ca10649b0 100644 --- a/documentation/testnet/getting_started/02_deploy_and_execute.md +++ b/documentation/testnet/getting_started/02_deploy_and_execute.md @@ -112,6 +112,8 @@ Create an Aleo program deployment. - `fee` - The deployment fee in microcredits - optional - defaults to 0 - `record` - The record to spend the fee from +- `priority_fee` - The priority fee in microcredits, uses public balance if no record is specified + - optional - `display` - Display the generated transaction - optional - defaults to false - `broadcast` - Broadcast the transaction to a specified endpoint @@ -142,6 +144,8 @@ Create an Aleo program execution. - optional - `record` - The record to spend the fee from - optional +- `priority_fee` - The priority fee in microcredits, uses public balance if no record is specified + - optional - `display` - Display the generated transaction - optional - defaults to false - `broadcast` - Broadcast the transaction to a specified endpoint