Skip to content

Commit c4075d2

Browse files
authored
chore: added ibc configuration for qubeticstestnet and osmosistestnet (#7441)
1 parent 42756ff commit c4075d2

File tree

1 file changed

+33
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)