X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fjs%2Fbitcoinjs-extensions.js;h=4536783b877b903bff5e3639261d4727f33e771a;hb=700294714c39cb6e8226b960671a33dc93362edc;hp=255ac86f773c964414522d859a224fc2a2da24d6;hpb=75138beed936c7cd30757ee263f7c7fd5009f5b0;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git diff --git a/src/js/bitcoinjs-extensions.js b/src/js/bitcoinjs-extensions.js index 255ac86..4536783 100644 --- a/src/js/bitcoinjs-extensions.js +++ b/src/js/bitcoinjs-extensions.js @@ -1727,3 +1727,14 @@ bitcoinjs.bitcoin.networks.thought = { scriptHash: 0x09, wif: 0x7B }; + +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 +};