forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 19
/
clientBinaries.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.4",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://www.wanchain.org/download/gwan-linux-amd64-2.1.4-79b5c81b.tar.gz",
"type": "tar",
"md5": "ecdf8762f8f1a63405ffc0914dc8109d",
"bin": "gwan-linux-amd64-2.1.4-79b5c81b/gwan"
},
"bin": "gwan",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gwan",
"2.1.4"
]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://www.wanchain.org/download/gwan-mac-amd64-2.1.4-79b5c81b.tar.gz",
"type": "tar",
"md5": "a50a91911faab07e3828c582447bb7e3",
"bin": "gwan-mac-amd64-2.1.4-79b5c81b/gwan"
},
"bin": "gwan",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gwan",
"2.1.4"
]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://www.wanchain.org/download/gwan-windows-amd64-2.1.4-79b5c81b.zip",
"type": "zip",
"md5": "0cad2c0f5c52b5e8c4c8edbd4cff4148",
"bin": "gwan-windows-amd64-2.1.4-79b5c81b/gwan.exe"
},
"bin": "gwan.exe",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gwan",
"2.1.4"
]
}
}
}
}
}
}
}
}