Skip to content

Commit

Permalink
Update electron.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BitHighlander committed May 14, 2022
1 parent f1d38c3 commit b0bdcf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit b0bdcf0

Please sign in to comment.