Skip to content

Commit

Permalink
docs: update testnet 64 ibc channel
Browse files Browse the repository at this point in the history
Intentionally created a second channel via Hermes, still on Testnet 64
Titan, in an attempt to restore relaying functionality.

While I was in there, also updated the relayer configs, which are seldom
used, but still documented for manual IBC interactions.

Confirmed this new channel works [0].

[0] https://testnet.mintscan.io/osmosis-testnet/txs/76AE19BAA2CBE570943FE28A6330C032BBD8E5CE4540230B368B12E19DE00DF2?height=4523424
  • Loading branch information
conorsch authored and hdevalence committed Jan 4, 2024
1 parent 44a6a7c commit 9933baa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions deployments/relayer/configs/penumbra-preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"type": "penumbra",
"value": {
"key": "default",
"chain-id": "penumbra-testnet-tethys-cc6f18f4",
"chain-id": "penumbra-testnet-titan-da6576af",
"rpc-addr": "https://rpc.testnet-preview.penumbra.zone:443",
"account-prefix": "penumbrav2t",
"account-prefix": "penumbra",
"keyring-backend": "test",
"gas-adjustment": 1.0,
"gas-prices": "0.00upenumbra",
Expand Down
4 changes: 2 additions & 2 deletions deployments/relayer/configs/penumbra-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"type": "penumbra",
"value": {
"key": "default",
"chain-id": "penumbra-testnet-pasiphae",
"chain-id": "penumbra-testnet-titan",
"rpc-addr": "https://rpc.testnet.penumbra.zone:443",
"account-prefix": "penumbrav2t",
"account-prefix": "penumbra",
"keyring-backend": "test",
"gas-adjustment": 1.0,
"gas-prices": "0.00upenumbra",
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/src/pcli/transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,14 +195,14 @@ during setup.
"ordering": 1,
"counterparty": {
"port_id": "transfer",
"channel_id": "channel-4544"
"channel_id": "channel-4687"
},
"connection_hops": [
"connection-0"
"connection-1"
],
"version": "ics20-1",
"port_id": "transfer",
"channel_id": "channel-0"
"channel_id": "channel-1"
}
```

Expand Down

0 comments on commit 9933baa

Please sign in to comment.