Add ExchangeCoin

This commit is contained in:
harzo
2018-09-05 15:03:40 +02:00
parent 341700110b
commit a44c45e3c0
3 changed files with 25 additions and 0 deletions

View File

@@ -1331,3 +1331,14 @@ bitcoinjs.bitcoin.networks.energi = {
scriptHash: 0x35,
wif: 0x6a,
};
bitcoinjs.bitcoin.networks.exchangecoin = {
messagePrefix: 'ExchangeCoin Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x21B9,
scriptHash: 0x34AF,
wif: 0x80,
};