Skip to content

Commit

Permalink
Update cycles-ledger.mdx (#3926)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 3, 2025
1 parent aa8f29e commit 3279a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/defi/cycles/cycles-ledger.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ All commands shown below are for workflows involving mainnet development. For lo
| Transferring cycles | `dfx wallet send PRINCIPAL_ID AMOUNT --network ic` | `dfx cycles transfer AMOUNT PRINCIPAL_ID (--subaccount [SUBACCOUNT]) --network ic` |
| Redeeming a cycles coupon | `dfx wallet redeem-faucet-coupon 'ABCDE-ABCDE-ABCDE'` | `dfx cycles redeem-faucet-coupon ABCDE-ABCDE-ABCDE --network ic` |
| Topping up a canister | `dfx wallet send PRINCIPAL_ID AMOUNT --network ic` | `dfx cycles top-up CANISTER_ID AMOUNT --network ic` |
| Creating a canister with cycles | `dfx canister call CYCLES_WALLET_CANISTER_ID wallet_create_canister '(record { cycles = 5000000000000 : nat64; controller = principal "PRINCIPAL_ID"})' --network ic` | `dfx canister create CANISTER_NAME --with-cycles AMOUNT --network ic` |
| Creating a canister with cycles | `dfx canister create CANISTER_NAME --with-cycles AMOUNT --network ic` | `dfx canister create CANISTER_NAME --with-cycles AMOUNT --no-wallet --network ic` |


0 comments on commit 3279a28

Please sign in to comment.