From 6e679905224385a3ba1352e67bfae9ca069e1574 Mon Sep 17 00:00:00 2001 From: motty Date: Tue, 26 Sep 2017 11:54:56 +0900 Subject: add Fujicoin --- src/js/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/js/index.js') diff --git a/src/js/index.js b/src/js/index.js index 6a2fea6..f7a1be2 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1280,6 +1280,14 @@ setHdCoin(60); }, }, + { + name: "FJC - Fujicoin", + p2wpkhNestedInP2shAvailable: false, + onSelect: function() { + network = bitcoinjs.bitcoin.networks.fujicoin; + setHdCoin(75); + }, + }, { name: "GAME - GameCredits", p2wpkhNestedInP2shAvailable: false, -- cgit v1.2.3