aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authormotty <admin@fujicoin.org>2017-09-26 11:54:56 +0900
committermotty <admin@fujicoin.org>2017-09-26 11:54:56 +0900
commit6e679905224385a3ba1352e67bfae9ca069e1574 (patch)
tree373376f4140c7fff35a76f91053412731b384b41 /src/js/index.js
parent9ff30babbc11c56be6d1df37448c4c3dc517fcb2 (diff)
downloadBIP39-6e679905224385a3ba1352e67bfae9ca069e1574.tar.gz
BIP39-6e679905224385a3ba1352e67bfae9ca069e1574.tar.zst
BIP39-6e679905224385a3ba1352e67bfae9ca069e1574.zip
add Fujicoin
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
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
@@ -1281,6 +1281,14 @@
1281 }, 1281 },
1282 }, 1282 },
1283 { 1283 {
1284 name: "FJC - Fujicoin",
1285 p2wpkhNestedInP2shAvailable: false,
1286 onSelect: function() {
1287 network = bitcoinjs.bitcoin.networks.fujicoin;
1288 setHdCoin(75);
1289 },
1290 },
1291 {
1284 name: "GAME - GameCredits", 1292 name: "GAME - GameCredits",
1285 p2wpkhNestedInP2shAvailable: false, 1293 p2wpkhNestedInP2shAvailable: false,
1286 onSelect: function() { 1294 onSelect: function() {