diff --git a/modules/clientBinaryManager.js b/modules/clientBinaryManager.js index 103db4f..72e1372 100644 --- a/modules/clientBinaryManager.js +++ b/modules/clientBinaryManager.js @@ -13,7 +13,7 @@ const log = require('./utils/logger').create('ClientBinaryManager'); // should be 'https://raw.githubusercontent.com/ethersocial/mist/master/clientBinaries.json' const BINARY_URL = - 'https://raw.githubusercontent.com/ethersocial/mist/develop/clientBinaries.json'; + 'https://raw.githubusercontent.com/ethersocial/mist/v0.3.2/clientBinaries.json'; const ALLOWED_DOWNLOAD_URLS_REGEX = /^https:\/\/(?:(?:[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?\.)?ethersocial\.org\/|gesnstore\.blob\.core\.windows\.net\/|bintray\.com\/artifact\/download\/karalabe\/ethereum\/)(?:.+)/; // eslint-disable-line max-len