Skip to content

Commit

Permalink
Update helper contract install command
Browse files Browse the repository at this point in the history
Updated payment amount in the helper contract install command
  • Loading branch information
ShalmaliCL committed Mar 18, 2024
1 parent 21b9f07 commit c1669e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1-quickstart-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ casper-client put-deploy -n http://<NODE IP>:<PORT> \
--chain-name <CHAIN NAME> \
--secret-key ~/casper/demo/user_a/secret_key.pem \
--session-path ~/casper/demo/cep18_test_contract.wasm \
--payment-amount 50000000000
--payment-amount 55000000000
```

At this point, the account that installed both the main contract and the helper contract will look like this.
Expand Down

0 comments on commit c1669e2

Please sign in to comment.