Skip to content

Commit

Permalink
Add note regarding payment amount
Browse files Browse the repository at this point in the history
Added note regarding payment amount.
  • Loading branch information
ShalmaliCL committed Mar 21, 2024
1 parent 35b39f9 commit b41f0c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ casper-client put-deploy \
--session-arg "decimals:u8='10'"
```

**_Note:_**
Please be advised that the deployment cost is subject to change periodically. Before installing the contract on the main network, we strongly recommend verifying the payment amount.

## Querying the Network Status {#querying-the-network-status}

You will need the newest state root hash to view the network status, as it changed with the deploy. The account hash remains the same since you are using the same account. Follow the [viewing the network state](#viewing-the-network-status) section to execute this step with the new state root hash.
Expand Down Expand Up @@ -386,6 +389,9 @@ casper-client put-deploy \
--session-arg "decimals:u8='10'"
```

**_Note:_**
Please be advised that the deployment cost is subject to change periodically. Before installing the contract on the main network, we strongly recommend verifying the payment amount.

**Result**:

This command execution will output the `deploy_hash` of the applied deploy. We can use the deploy_hash to get the details of the deploy.
Expand Down

0 comments on commit b41f0c2

Please sign in to comment.