Skip to content

Commit

Permalink
Merge branch 'dev' into Update_InstallCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
ShalmaliCL authored Mar 18, 2024
2 parents c1669e2 + 4f9c260 commit 35b39f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Now you can install the contract to the network and check how it behaves.

If you are sending the deploy on Mainnet, try several put deploys on the Testnet to understand the exact gas amount required for that deploy. Refer to the [note about gas price](https://docs.casper.network/developers/dapps/sending-deploys/#a-note-about-gas-price) to understand more about payment amounts and gas price adjustments.

**The Casper platform currently does not refund any tokens as part of sending a deploy.** For example, if you spend 10 CSPR for the deployment and it only costs 1 CSPR, you will not receive the remaining 9 CSPR. Refer to the [Gas and the Casper Blockchain](https://docs.casper.network/concepts/economics/gas-concepts/) documentation for further details.
Casper's Peregrine update introduced a refund system. In the event of overpay, 99% of unspent funds will be refunded. The refund only takes into account overpay after the actual gas cost of the Deploy in question.

Use the following command template to deploy the contract:

Expand Down Expand Up @@ -815,4 +815,4 @@ You can see that the name is `CasperTest` in this example.
}
}

```
```

0 comments on commit 35b39f9

Please sign in to comment.