From b41f0c245ce17abca41fcf7bab696e7a3d1d02f9 Mon Sep 17 00:00:00 2001 From: Shalmali123 <93123431+ShalmaliCL@users.noreply.github.com> Date: Thu, 21 Mar 2024 17:35:10 +0530 Subject: [PATCH] Add note regarding payment amount Added note regarding payment amount. --- docs/full-tutorial.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/full-tutorial.md b/docs/full-tutorial.md index 1d8c7aa..968facd 100644 --- a/docs/full-tutorial.md +++ b/docs/full-tutorial.md @@ -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. @@ -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.