From 60727c51752cf2cb7af2ae3d64458843270e3ad6 Mon Sep 17 00:00:00 2001 From: Pawel Cioch Date: Mon, 23 Jul 2018 08:18:47 -0500 Subject: Hush coin --- src/js/index.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/js/index.js') diff --git a/src/js/index.js b/src/js/index.js index 1b56d6c..cf3d5aa 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1967,6 +1967,13 @@ network = bitcoinjs.bitcoin.networks.helleniccoin; setHdCoin(168); }, + }, + { + name: "HUSH - Hush", + onSelect: function() { + network = bitcoinjs.bitcoin.networks.hush; + setHdCoin(197); + }, }, { name: "INSN - Insane", -- cgit v1.2.3