From c0386f3b78c31bc23c935603abe9ed9fafe300d4 Mon Sep 17 00:00:00 2001 From: Karol Rychlicki Date: Fri, 16 Jun 2017 19:30:15 +0200 Subject: add dash testnet --- 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 bb20938..3b86e42 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1113,6 +1113,13 @@ DOM.bip44coin.val(5); }, }, + { + name: "DASH Testnet", + onSelect: function() { + network = bitcoin.networks.dashtn; + DOM.bip44coin.val(1); + }, + }, { name: "Ethereum", onSelect: function() { -- cgit v1.2.3