Skip to content

Commit

Permalink
Merge pull request #3168 from Tyler-Gates/patch-1
Browse files Browse the repository at this point in the history
Update cycles convert command on Cycles ledger documentation page
  • Loading branch information
jessiemongeon1 authored Jul 8, 2024
2 parents ddcd465 + c8c2b59 commit 9473178
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 @@ -110,7 +110,7 @@ dfx cycles balance --network ic
To convert ICP into cycles using the cycles ledger, use the command:

```
dfx cycles convert AMOUNT --network ic
dfx cycles convert --amount AMOUNT --network ic
```

Replace `AMOUNT` with the number of ICP to convert into cycles, such as `2.7`. Alternatively, the amount can be specified in terms of ICP and e8s (where `100,000,000 e8s = 1 ICP`) using the options `--icp` and `--e8s`. For example, `2.7` would be expressed as `--icp 2 --e8s 70_000_000`.
Expand Down

0 comments on commit 9473178

Please # to comment.