Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit 0fc6b6b

Browse files
Minor update (#741)
* Minor update - Remove relayer file (relayer file is within .starport) - Add tip - check relayer terminal window. (To confirm if tx went through) - Add number of tokens to be transferred. * Update liquidity-module/index.md
1 parent 5b34ffa commit 0fc6b6b

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

liquidity-module/index.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ A relayer is software to connect two blockchains. Configure the relayer with you
129129
130130
If you previously used the relayer, follow these steps to remove exiting relayer and Starport configurations:
131131
132-
- Remove your existing relayer config:
133-
134-
```bash
135-
rm -r $HOME/.relayer/*
136-
```
137-
138132
- Delete previous configuration files:
139133
140134
```
@@ -236,13 +230,22 @@ At your local terminal, enter the IBC module command to transfer your token to t
236230
Make sure to replace `cosmosxxxxx` with your address, `mytoken` with your token name and `username` with your username.
237231
238232
```bash
239-
myblockchaind tx ibc-transfer transfer transfer channel-0 cosmosxxxxx "500mytoken" --from username
233+
myblockchaind tx ibc-transfer transfer transfer channel-0 cosmosxxxxx "15000000mytoken" --from username
240234
```
241235
242236
After your transaction is complete, check your balance on the Gravity DEX testnet to confirm your token transfer.
243237
244238
Make sure to replace `cosmosxxxxx` with your address.
245239
240+
**Tip** Sometimes transactions don't go through on the first try. Make sure you check the terminal window that shows the relayer process and verify that you see output similar to the following output:
241+
242+
```markdown
243+
Relay 1 packets from myblockchain => cosmoshub-testnet
244+
Relay 1 packets from myblockchain => cosmoshub-testnet
245+
Relay 1 acks from cosmoshub-testnet => myblockchain
246+
Relay 1 acks from cosmoshub-testnet => myblockchain
247+
```
248+
246249
See your balance at [https://api.testnet.cosmos.network/cosmos/bank/v1beta1/balances/](https://api.testnet.cosmos.network/cosmos/bank/v1beta1/balances/cosmosxxxxx).
247250
248251
Take a closer look at the `ibc/denomhash` denominator. When you create a new pool, this will be the denom you need to input to make a pair with one of the existing native token, on our testnet we will create a pair with `uphoton`.
@@ -253,7 +256,7 @@ With the liquidity module and gaiad binary installed, use these links to explore
253256
254257
- RPC [https://rpc.testnet.cosmos.network:443](https://rpc.testnet.cosmos.network/)
255258
256-
- API[https://api.testnet.cosmos.network:443](https://api.testnet.cosmos.network/)
259+
- API [https://api.testnet.cosmos.network:443](https://api.testnet.cosmos.network/)
257260
258261
- gRPC [https://grpc.testnet.cosmos.network:443](https://grpc.testnet.cosmos.network/)
259262

0 commit comments

Comments
 (0)