Skip to content

Commit

Permalink
Update full-tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ACStone-MTS authored Mar 11, 2024
1 parent 370e975 commit 1665e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ 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.

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:

```bash
Expand Down

0 comments on commit 1665e4a

Please sign in to comment.