Skip to content

Commit

Permalink
apply comments from github
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer-zq committed May 15, 2024
1 parent 161f229 commit 265ad76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cli-client/token.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ iris tx token swap-from-erc20 [wanted_amount] [flags]
### Swap native token from erc20

```bash
iris tx token burn <symbol> --amount=<amount> --from=<key-name> --chain-id=<chain-id> --fees=<fee>
iris tx token swap-from-erc20 <wanted_amount> --to=<eth_address> --from=<key-name> --chain-id=<chain-id> --fees=<fee>
```

## iris tx token swap-to-erc20
Expand All @@ -203,7 +203,7 @@ iris tx token swap-to-erc20 [paid_amount] [flags]
### Swap native token to erc20

```bash
iris tx token burn <symbol> --amount=<amount> --from=<key-name> --chain-id=<chain-id> --fees=<fee>
iris tx token swap-to-erc20 <paid_amount> --to=<eth_address> --from=<key-name> --chain-id=<chain-id> --fees=<fee>
```

## iris query token token
Expand Down

0 comments on commit 265ad76

Please sign in to comment.