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

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