Skip to content

Commit c9039d5

Browse files
authored
feat: add Kaon <-> Osmosis connection (cosmos#2025)
* feat: add Kaon <-> Osmosis connection * chore: small nit
1 parent 56e11e8 commit c9039d5

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../ibc_data.schema.json",
3+
"chain_1": {
4+
"chain_name": "kyvetestnet",
5+
"client_id": "07-tendermint-2",
6+
"connection_id": "connection-2"
7+
},
8+
"chain_2": {
9+
"chain_name": "osmosistestnet5",
10+
"client_id": "07-tendermint-11",
11+
"connection_id": "connection-11"
12+
},
13+
"channels": [
14+
{
15+
"chain_1": {
16+
"channel_id": "channel-2",
17+
"port_id": "transfer"
18+
},
19+
"chain_2": {
20+
"channel_id": "channel-10",
21+
"port_id": "transfer"
22+
},
23+
"ordering": "unordered",
24+
"version": "ics20-1",
25+
"tags": {
26+
"status": "live",
27+
"preferred": true,
28+
"dex": "osmosis"
29+
}
30+
}
31+
]
32+
}

0 commit comments

Comments
 (0)