Add Elastos

This commit is contained in:
Nan Jiang
2019-10-26 18:13:31 +11:00
parent bc32c84166
commit 36523e0d97
6 changed files with 181 additions and 7 deletions

View File

@@ -1716,3 +1716,14 @@ bitcoinjs.bitcoin.networks.aryacoin = {
scriptHash: 0x6f,
wif: 0x97
};
bitcoinjs.bitcoin.networks.elastos = {
messagePrefix: 'unused',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x21,
scriptHash: 0xc4, // TODO set this correctly, same as BTC for now
wif: 0xef // TODO set this correctly, same as BTC for now
};