Add ZooBC coin support

This commit is contained in:
jhonkus
2020-11-27 06:27:21 +08:00
parent 32ade2fbf7
commit 0cb81e1117
2 changed files with 19 additions and 0 deletions

View File

@@ -1553,6 +1553,18 @@ libs.bitcoin.networks.hush3 = {
wif: 0xBC,
};
libs.bitcoin.networks.zoobc = {
messagePrefix: '\x18ZooBC Signed Message:\n',
bech32: 'bc',
bip32: {
public: 0x0488b21e,
private: 0x0488ade4,
},
pubKeyHash: 0x00,
scriptHash: 0x05,
wif: 0x80,
};
libs.bitcoin.networks.zclassic = {
messagePrefix: '\x18Zcash Signed Message:\n',
bip32: {