-
Notifications
You must be signed in to change notification settings - Fork 134
/
archway-decentr.json
60 lines (60 loc) · 1.37 KB
/
archway-decentr.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
50
51
52
53
54
55
56
57
58
59
60
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway",
"client_id": "07-tendermint-38",
"connection_id": "connection-41"
},
"chain_2": {
"chain_name": "decentr",
"client_id": "07-tendermint-21",
"connection_id": "connection-8"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-36",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-7",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
],
"operators": [
{
"chain_1": {
"address": "archway1nms20r7jzaa4ms9exv90ckl2xfn0rd3rmqh7zm"
},
"chain_2": {
"address": "decentr1nms20r7jzaa4ms9exv90ckl2xfn0rd3r99dwfy"
},
"memo": "Relayed by NodeStake",
"name": "NodeStake",
"discord": {
"handle": "alan_nodestake",
"id": "814168584104050710"
}
},
{
"chain_1": {
"address": "archway16l5ls4ajah6hethh374tpgn42r5q4sqeuw8udj"
},
"chain_2": {
"address": "decentr134a4es94hjqqej732cymf0w3988zh3c4kvgw3s"
},
"memo": "by AM Solutions | https://www.theamsolutions.info",
"name": "AM Solutions",
"discord": {
"handle": "amsolutions",
"id": "852503078128189440"
}
}
]
}