forked from cosmos/chain-registry
-
Notifications
You must be signed in to change notification settings - Fork 15
/
aura-stargaze.json
48 lines (47 loc) · 1.17 KB
/
aura-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": "aura",
"client_id": "07-tendermint-48",
"connection_id": "connection-47"
},
"chain_2": {
"chain_name": "stargaze",
"client_id": "07-tendermint-339",
"connection_id": "connection-288"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-23",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-270",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
},
{
"chain_1": {
"channel_id": "channel-24",
"port_id": "wasm.aura1y3244guwexyvn6yx6kqkj5s0f56lzfdnuja3culygnuwxgrxyuqsaz4xvv"
},
"chain_2": {
"channel_id": "channel-271",
"port_id": "wasm.stars1r0a8ygvnjfaegy4n5z9325e0ew9uy2s7rn4vt7qf4ltv49fj4tnsk6pvtv"
},
"ordering": "unordered",
"version": "ics721-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}