add Fujicoin

This commit is contained in:
motty
2017-09-26 11:54:56 +09:00
parent 9ff30babbc
commit 6e67990522
2 changed files with 19 additions and 0 deletions
+11
View File
@@ -228,3 +228,14 @@ bitcoinjs.bitcoin.networks.pivxtestnet = {
scriptHash: 0x13,
wif: 0xef
};
bitcoinjs.bitcoin.networks.fujicoin = {
messagePrefix: '\x19FujiCoin Signed Message:\n',
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 0x24,
scriptHash: 0x10,
wif: 0xa4
};
+8
View File
@@ -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,