-
Notifications
You must be signed in to change notification settings - Fork 3
/
binary_presets.json
62 lines (62 loc) · 2.29 KB
/
binary_presets.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
{
"polkadot-0.7.22": {
"chain": false,
"fetch": {
"url": "https://github.com/paritytech/polkadot/releases/download/v0.7.22/polkadot",
"sha256": "1526168270c33b9fd2d650887e85599a6b111c6fde9d90cc10c9f1077bb415ff"
},
"filename": "polkadot",
"useBinChainSpec": "true"
},
"polkadot-HEAD": {
"chain": false,
"repository": {
"url": "https://github.com/paritytech/polkadot",
"version": "HEAD"
},
"filename": "polkadot",
"useBinChainSpec": "true"
},
"edgeware-3.0.1": {
"chain": false,
"fetch": {
"url": "https://substrate-node-bins.sgp1.digitaloceanspaces.com/edgeware-3.0.1-CompiledByFlex",
"sha256": "5036704a04f7cfc583f710929c7648e8a69d35616733965d10609d8d5c57cf4d"
},
"edgeware": "true",
"filename": "edgeware-3.0.1-CompiledByFlex",
"useBinChainSpec": "false",
"chainFileBackup": "https://github.com/hicommonwealth/edgeware-node/raw/3.0.1/chains/berlin.chainspec.json",
"COMMENT chain spec url": "https://substrate-node-bins.sgp1.digitaloceanspaces.com/berlin.chainspec-3.0.1.json"
},
"edgeware-3.0.1-compile": {
"chain": "berlin",
"repository": {
"url": "https://github.com/hicommonwealth/edgeware-node",
"version": "3.0.1"
},
"edgeware": "true",
"filename": "edgeware",
"useBinChainSpec": "true",
"chainFileBackup": "https://github.com/hicommonwealth/edgeware-node/raw/3.0.1/chains/berlin.chainspec.json",
"COMMENT chain spec url": "https://substrate-node-bins.sgp1.digitaloceanspaces.com/berlin.chainspec-3.0.1.json"
},
"westend-0.7.28": {
"fetch": {
"url": "https://github.com/paritytech/polkadot/releases/download/v0.7.28/polkadot",
"sha256": "3aeefa0551137fb721c61a27c60610b5dbb554028f84118408d52fae078c8068"
},
"filename": "polkadot",
"useBinChainSpec": "true",
"chain": "westend"
},
"westend-master": {
"repository": {
"url": "https://github.com/paritytech/polkadot",
"version": "master"
},
"filename": "polkadot",
"useBinChainSpec": "true",
"chain": "westend"
}
}