Hush coin

This commit is contained in:
Pawel Cioch
2018-07-23 08:18:47 -05:00
parent 0d9c6c5458
commit 60727c5175
2 changed files with 18 additions and 0 deletions

View File

@@ -1233,6 +1233,17 @@ bitcoinjs.bitcoin.networks.bitcoinz = {
wif: 0x80,
};
bitcoinjs.bitcoin.networks.hush = {
messagePrefix: '\x18Hush Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x1CB8,
scriptHash: 0x1CBD,
wif: 0x80,
};
bitcoinjs.bitcoin.networks.zclassic = {
messagePrefix: '\x18Zcash Signed Message:\n',
bip32: {

View File

@@ -1967,6 +1967,13 @@
network = bitcoinjs.bitcoin.networks.helleniccoin;
setHdCoin(168);
},
},
{
name: "HUSH - Hush",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.hush;
setHdCoin(197);
},
},
{
name: "INSN - Insane",