Merge pull request #120 from fujicoin/add-fujicoin

Add Fujicoin
This commit is contained in:
iancoleman
2017-09-27 10:58:48 +10:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

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
};

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,