Skip to content

Commit c866b7d

Browse files
committed
Detailed CLI value supplementation
1 parent 2154c6f commit c866b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheqd-cli/cheqd-cli-fee-abstraction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can find out if you've got sufficient balance in supported IBC denominations
2525
2. Once you've added the cheqd wallet account to Leap Wallet, use the network switcher to switch to **Osmosis**. This will allow you to see the balances you have on Osmosis chain, including native OSMO as well as any IBC denominations such as USDC.
2626
2. **Sending tokens over IBC**
2727
1. If you have an existing Osmosis account, you can send tokens over IBC to your cheqd account. This is done by sending the tokens from your Osmosis account to the address of your cheqd account. Use the `Swap` flow to send tokens over IBC. The tokens will be sent to the cheqd account and will be available for use in transactions. Otherwise, you can use the `cheqd-noded tx ibc-transfer transfer` command to send tokens over IBC from your Osmosis account to your cheqd account. The command will look like this:
28-
`osmosisd tx ibc-transfer transfer <src-port> <src-channel> <to_address> <amount> --from <key_or_address> --node <url>`
28+
`osmosisd tx ibc-transfer transfer <src-port> <src-channel> <to_address> <amount> --from <key_or_address> --node <url>` or specifically using the `osmosisd tx ibc-transfer transfer transfer` command. The `src-port` and `src-channel` are the port and channel used for IBC transfers. Use `channel-108` from Osmosis to cheqd route. The `to_address` is the address of your cheqd account, and the `amount` is the amount of tokens you want to send. The `key_or_address` is the key or address of your Osmosis account that you are sending the tokens from. The `url` is the URL of the node you are sending the request to.
2929

3030
2. Once the tokens are sent over IBC, you can use the `cheqd-noded query bank balances <address>` command to check the balance of your cheqd account. This will show you the balance of the tokens that were sent over IBC. Refer to [Appendix](./cheqd-cli-fee-abstraction.md#appendix) for the IBC denomination of the tokens.
3131

0 commit comments

Comments
 (0)