forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
osmosis-stargaze.json
48 lines (48 loc) · 1.11 KB
/
osmosis-stargaze.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
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "osmosis",
"client_id": "07-tendermint-1562",
"connection_id": "connection-1223"
},
"chain_2": {
"chain_name": "stargaze",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-75",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
},
{
"chain_1": {
"channel_id": "channel-39535",
"port_id": "wasm.osmo10vzkd8pyme67z38epdr3gf027y03dxq7t8vau5fp3r28vxks7mwse02j8f"
},
"chain_2": {
"channel_id": "channel-309",
"port_id": "wasm.stars1r0a8ygvnjfaegy4n5z9325e0ew9uy2s7rn4vt7qf4ltv49fj4tnsk6pvtv"
},
"ordering": "unordered",
"version": "ics721-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}