Skip to content

Commit 8799b34

Browse files
committed
docs: update ibc channel for testnet 64
Hermes stopped relaying. One problem is that we needed to raise the gas limits, the diff for which in the Hermes config.toml looks like: ```diff -gas_price = { price = 0.0026, denom = 'uosmo' } +gas_price = { price = 0.2, denom = 'uosmo' } gas_multiplier = 1.1 clock_drift = '20s' +max_gas = 900000 ``` Hermes is up and running on this new info.
1 parent 82ae2e3 commit 8799b34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/src/pcli/transaction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,18 @@ during setup.
195195
"ordering": 1,
196196
"counterparty": {
197197
"port_id": "transfer",
198-
"channel_id": "channel-4687"
198+
"channel_id": "channel-5077"
199199
},
200200
"connection_hops": [
201-
"connection-1"
201+
"connection-6"
202202
],
203203
"version": "ics20-1",
204204
"port_id": "transfer",
205-
"channel_id": "channel-1"
205+
"channel_id": "channel-2"
206206
}
207207
```
208208

209-
The output above shows that the IBC channel id on Penumbra is 0, and on Osmosis it's 4544.
209+
The output above shows that the IBC channel id on Penumbra is 2, and on Osmosis it's 5077.
210210
There's one more piece of information we need to make an IBC withdrawal: the appropriate IBC
211211
timeout height, which is composed of two values: `<counterparty_chain_id_revision>-<counterparty_chain_block_height>`.
212212
For the Osmosis testnet, as of 2023Q4, the chain id is `osmo-test-5`, meaning the chain id revision is `5`.

0 commit comments

Comments
 (0)