Skip to content

Commit

Permalink
feat: add Kaon <-> Osmosis connection (cosmos#2025)
Browse files Browse the repository at this point in the history
* feat: add Kaon <-> Osmosis connection

* chore: small nit
  • Loading branch information
johnletey authored May 1, 2023
1 parent 56e11e8 commit c9039d5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions testnets/_IBC/kyvetestnet-osmosistestnet5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "kyvetestnet",
"client_id": "07-tendermint-2",
"connection_id": "connection-2"
},
"chain_2": {
"chain_name": "osmosistestnet5",
"client_id": "07-tendermint-11",
"connection_id": "connection-11"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-2",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-10",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
}
]
}

0 comments on commit c9039d5

Please sign in to comment.