Skip to content

Commit

Permalink
Merge pull request #3548 from wantedbear007/patch-1
Browse files Browse the repository at this point in the history
fix: topping-up-canister Option 2 command
  • Loading branch information
jessiemongeon1 authored Sep 27, 2024
2 parents 964c8ca + ce7669e commit 81c786e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ If you have a cycles balance associated with your developer identity, you can to

```bash
dfx cycles balance --network ic
dfx cycles top-up `AMOUNT` `CANISTER_ID` --network ic
dfx cycles top-up `CANISTER_ID` `AMOUNT` --network ic
```

This workflow uses the cycles ledger, a feature that requires `dfx` version `0.19.0`. To enable this feature, you will need to set the following environmental variable:
Expand Down

0 comments on commit 81c786e

Please sign in to comment.