Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HUSH Secure Private Messaging and Transactions [Equihash]
by
Amnesiacu
on 03/02/2018, 13:34:21 UTC
Ye that works. For anyone trying to do the same, you need to change the Insights API:

Code:
diff --git a/js/index.js b/js/index.js
--- a/js/index.js
+++ b/js/index.js
@@ -51582,8 +51582,8 @@ var ZWallet = function (_React$Component10) {
         showSettings: false,
         showWalletGen: false,
         compressPubKey: true,
-        insightAPI: 'https://explorer.myhush.network/api', //TODO2
-        explorerURL: 'https://explorer.myhush.network/',
+        insightAPI: 'https://explorer.myhush.org/api', //TODO2
+        explorerURL: 'https://explorer.myhush.org/',
         useTestNet: false,
         unlockType: UNLOCK_WALLET_TYPE.HD_WALLET
       }