forked from wanchain/wanwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclientBinaries.json
executable file
·75 lines (75 loc) · 2.83 KB
/
clientBinaries.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"clients": {
"Gwan": {
"version": "2.1.2",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://www.wanchain.org/download/gwan-linux-amd64-2.1.2-e7e0f23d.tar.gz",
"type": "tar",
"md5": "d251bff04150c96e48eb272a0171ec6e",
"bin": "gwan-linux-amd64-2.1.2-e7e0f23d/gwan"
},
"bin": "gwan",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gwan",
"2.1.2"
]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://www.wanchain.org/download/gwan-mac-amd64-2.1.2-e7e0f23d.tar.gz",
"type": "tar",
"md5": "59b1766cb3f6a3fbcb4c2b3d65985fcd",
"bin": "gwan-mac-amd64-2.1.2-e7e0f23d/gwan"
},
"bin": "gwan",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gwan",
"2.1.2"
]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://www.wanchain.org/download/gwan-windows-amd64-2.1.2-e7e0f23d.zip",
"type": "zip",
"md5": "96eb9c2603e020c300af7f647703d1ec",
"bin": "gwan-windows-amd64-2.1.2-e7e0f23d/gwan.exe"
},
"bin": "gwan.exe",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gwan",
"2.1.2"
]
}
}
}
}
}
}
}
}