[#21: Add signature validation during installations [partial]] [Updated packages] [Removed Hyperspace] [Updated README]

This commit is contained in:
Scott E. Graves
2019-04-17 13:17:29 -05:00
parent 89fd3d5a84
commit 77094630b2
8 changed files with 213 additions and 19 deletions

View File

@@ -15,13 +15,13 @@ exports.DATA_LOCATIONS = {
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/1.0.3_branch/releases.json';
exports.PROVIDER_LIST = [
'Hyperspace',
//'Hyperspace',
'Sia',
'SiaPrime'
];
exports.PROVIDER_ARG = {
hyperspace: '-hs',
//hyperspace: '-hs',
sia: '',
siaprime: '-sp'
};