From b0bdcf01e2d5b45fa9605bffd77b4cb0c1559a02 Mon Sep 17 00:00:00 2001 From: Highlander Date: Sat, 14 May 2022 15:50:34 -0600 Subject: [PATCH] Update electron.js --- public/electron.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/electron.js b/public/electron.js index 1ef7a5f..4055772 100644 --- a/public/electron.js +++ b/public/electron.js @@ -13,7 +13,8 @@ const url = require('url') const crypto = require('crypto') const fetch = require('./node-fetch-file-url'); -const DEFAULT_MANIFEST_URL = 'https://ipfs.io/ipns/k51qzi5uqu5dlbggjzdpw8ya206zkcdmd1gmg77oqdmuhs899bgfv43lzhd5er/releases.json'; +//const DEFAULT_MANIFEST_URL = 'https://ipfs.io/ipns/k51qzi5uqu5dlbggjzdpw8ya206zkcdmd1gmg77oqdmuhs899bgfv43lzhd5er/releases.json'; +const DEFAULT_MANIFEST_URL = 'https://static.shapeshift.com/firmware/releases.json'; const DEFAULT_SUPPORT_LINK = 'https://shapeshift.zendesk.com'; const normalizeManifestUrl = (x) => {