Added Phore (PHR) coin

This commit is contained in:
Pawel Cioch
2018-10-31 10:50:42 -05:00
parent a51ef005ac
commit 38d1b296df
3 changed files with 25 additions and 0 deletions

View File

@@ -1407,4 +1407,15 @@ bitcoinjs.bitcoin.networks.projectcoin = {
pubKeyHash: 0x37,
scriptHash: 0x08,
wif: 0x75,
};
bitcoinjs.bitcoin.networks.phore = {
messagePrefix: '\x18Phore Signed Message:\n',
bip32: {
public: 0x022D2533,
private: 0x0221312B,
},
pubKeyHash: 0x37,
scriptHash: 0x0D,
wif: 0xD4,
};