Skip to content

Commit c433e51

Browse files
committed
Added address conversion section
1 parent 00c1fe9 commit c433e51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can find out if you've got sufficient balance in supported IBC denominations
2424
1. Ensure you have added the cheqd wallet you want to use for transactions to a supported desktop/mobile wallet. The recommended wallet app is [Leap Wallet](https://www.leapwallet.io/download). If you previously used Keplr Wallet, we recommend [migrating from Keplr Wallet to Leap Wallet](https://docs.cheqd.io/product/network/wallets/migrate) as it has better support for [looking up real-time gas prices](./cheqd-cli-token-transactions.md).
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. **Converting your cheqd address to Osmosis using CLI**
27-
1. TASOS: We should probably add this under the [key management](./cheqd-cli-key-management.md) and link to it from here.
27+
1. Refer to the [Converting bech32 address from / to chain-native prefix and vice-versa](./cheqd-cli-key-management.md#converting-bech32-address-from--to-chain-native-prefix-and-vice-versa) section in the [Manage keys](./cheqd-cli-key-management.md) page to convert your cheqd address to Osmosis.
2828
2. Once you have obtained your Osmosis address, you can look up its balance using the [Osmosis CLI](https://docs.osmosis.zone/osmosis-core/osmosisd/) or through a block explorer like [Mintscan](https://mintscan.io/osmosis).
2929

3030
### Getting sufficient balance of supported IBC denominations on equivalent Osmosis account

docs/cheqd-cli/cheqd-cli-key-management.md

+4
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,7 @@ Most transactions will require you to use `--from <key-alias>` param which is a
6767
```bash
6868
cheqd-noded tx <module> <tx-name> --from <key-alias>
6969
```
70+
71+
### Converting bech32 address from / to chain-native prefix and vice-versa
72+
73+
Refer to external tooling such as this [bech32 converter](https://cosmosdrops.io/en/tools/bech32-converter) to convert between bech32 addresses and chain-native addresses.

0 commit comments

Comments
 (0)