Skip to content

Commit

Permalink
use new relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
dawn227 committed Nov 4, 2024
1 parent da03ec9 commit db57963
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions testnets/_IBC/kimatestnet-osmosistestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "kimatestnet",
"client_id": "07-tendermint-2",
"connection_id": "connection-2"
},
"chain_2": {
"chain_name": "osmosistestnet",
"client_id": "07-tendermint-4135",
"connection_id": "connection-3592"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-2",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-9247",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
}
]
}

0 comments on commit db57963

Please sign in to comment.