Merge pull request #422 from cryply/master

adding CRP support
This commit is contained in:
iancoleman
2020-05-11 09:16:11 +10:00
committed by GitHub
3 changed files with 49 additions and 0 deletions

View File

@@ -581,6 +581,17 @@ libs.bitcoin.networks.cannacoin = {
wif: 0x9c,
};
libs.bitcoin.networks.cranepay = {
messagePrefix: '\x18Bitcoin Signed Message:\n',
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 28,
scriptHash: 10,
wif: 123,
};
libs.bitcoin.networks.cryptoescudo = {
messagePrefix: '\x18Cryptoescudo Signed Message:\n',
bip32: {