You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2026. It is now read-only.
* 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
Copy file name to clipboardExpand all lines: liquidity-module/index.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,12 +129,6 @@ A relayer is software to connect two blockchains. Configure the relayer with you
129
129
130
130
If you previously used the relayer, follow these steps to remove exiting relayer and Starport configurations:
131
131
132
-
- Remove your existing relayer config:
133
-
134
-
```bash
135
-
rm -r $HOME/.relayer/*
136
-
```
137
-
138
132
- Delete previous configuration files:
139
133
140
134
```
@@ -236,13 +230,22 @@ At your local terminal, enter the IBC module command to transfer your token to t
236
230
Make sure to replace `cosmosxxxxx` with your address, `mytoken` with your token name and `username` with your username.
237
231
238
232
```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
240
234
```
241
235
242
236
After your transaction is complete, check your balance on the Gravity DEX testnet to confirm your token transfer.
243
237
244
238
Make sure to replace `cosmosxxxxx` with your address.
245
239
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
+
246
249
See your balance at [https://api.testnet.cosmos.network/cosmos/bank/v1beta1/balances/](https://api.testnet.cosmos.network/cosmos/bank/v1beta1/balances/cosmosxxxxx).
247
250
248
251
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
0 commit comments