Skip to content

Commit

Permalink
Updated the payment amount
Browse files Browse the repository at this point in the history
Updated the payment amount in the install command.
  • Loading branch information
ShalmaliCL committed Mar 18, 2024
1 parent 8cc5bf7 commit 21b9f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/full-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ casper-client put-deploy \
--node-address http://95.216.24.237:7777 \
--chain-name casper-test \
--secret-key "/home/ubuntu/secret_key.pem" \
--payment-amount 1000000 \
--payment-amount 300000000000 \
--session-path "<machine-path>/cep18/target/wasm32-unknown-unknown/release/cep18.wasm" \
--session-arg "name:string='Token test'" \
--session-arg "symbol:string='TEST'" \
Expand Down

0 comments on commit 21b9f07

Please sign in to comment.