Add DeepOnion (ONION)

This commit is contained in:
Aitor
2019-05-29 12:21:22 +02:00
parent 9f3c111766
commit af14981d83
3 changed files with 26 additions and 1 deletions

View File

@@ -1537,4 +1537,15 @@ bitcoinjs.bitcoin.networks.blockstamp = {
pubKeyHash: 0x00,
scriptHash: 0x05,
wif: 0x80,
};
};
bitcoinjs.bitcoin.networks.deeponion = {
messagePrefix: 'x18DeepOnion Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x1F,
scriptHash: 0x4E,
wif: 0x9F,
};