forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
juno-osmosis.json
49 lines (49 loc) · 1.16 KB
/
juno-osmosis.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "juno",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"chain_2": {
"chain_name": "osmosis",
"client_id": "07-tendermint-1457",
"connection_id": "connection-1142"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-42",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
},
{
"chain_1": {
"channel_id": "channel-47",
"port_id": "wasm.juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn"
},
"chain_2": {
"channel_id": "channel-169",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
}
]
}