Skip to content

Commit

Permalink
Merge pull request #3536 from dfinity/update-cycles-command
Browse files Browse the repository at this point in the history
fix: cycles convert command
  • Loading branch information
jessiemongeon1 authored Sep 26, 2024
2 parents cd5ba2b + f4ce766 commit 53e8b7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This will output something like this:
With those ICP tokens ready, you can now convert them into cycles using the following command:

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

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ To convert ICP tokens to cycles:
With those ICP tokens ready, you can now convert them into cycles using the following command:

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

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ This will output something like this:
Once you have your ICP tokens ready, you will need to convert them into cycles. 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
```

:::info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dfx ledger --network ic balance
After you have your ICP tokens ready, you can convert them into cycles using the command:

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

## Deploying your dapp to the mainnet
Expand Down

0 comments on commit 53e8b7f

Please sign in to comment.