diff --git a/docs/cli-client/token.md b/docs/cli-client/token.md index e3d556511..fbef43e1c 100644 --- a/docs/cli-client/token.md +++ b/docs/cli-client/token.md @@ -183,7 +183,7 @@ iris tx token swap-from-erc20 [wanted_amount] [flags] ### Swap native token from erc20 ```bash -iris tx token burn --amount= --from= --chain-id= --fees= +iris tx token swap-from-erc20 --to= --from= --chain-id= --fees= ``` ## iris tx token swap-to-erc20 @@ -203,7 +203,7 @@ iris tx token swap-to-erc20 [paid_amount] [flags] ### Swap native token to erc20 ```bash -iris tx token burn --amount= --from= --chain-id= --fees= +iris tx token swap-to-erc20 --to= --from= --chain-id= --fees= ``` ## iris query token token