[#21: Add signature validation during installations [partial]] [Updated packages] [Removed Hyperspace] [Updated README]
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user