From: Pawel Cioch Date: Fri, 22 Feb 2019 03:56:59 +0000 (-0600) Subject: restored deimos per project owner request https://github.com/iancoleman/bip39/pull... X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=d2be7b6fd681a2247a155205e75a9903f5554f9b restored deimos per project owner request https://github.com/iancoleman/bip39/pull/296#issuecomment-466240668 --- diff --git a/src/js/segwit-parameters.js b/src/js/segwit-parameters.js index 14b5569..f935c5d 100644 --- a/src/js/segwit-parameters.js +++ b/src/js/segwit-parameters.js @@ -211,29 +211,29 @@ bitcoinjs.bitcoin.networks.blockstamp.p2wpkhInP2sh = { wif: 0x80, }; -// bitcoinjs.bitcoin.networks.deimos.p2wpkh = { -// baseNetwork: "deimos", -// messagePrefix: '\x18Deimos Signed Message:\n', -// bech32: 'dei', -// bip32: { -// public: 0x0488B21E, -// private: 0x0488ADE4 -// }, -// pubKeyHash: 0x1f, -// scriptHash: 0x21, -// wif: 0x8a -//}; -// -//bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = { -// baseNetwork: "deimos", -// messagePrefix: '\x18Deimos Signed Message:\n', -// bech32: 'dei', -// bip32: { -// public: 0x0488B21E, -// private: 0x0488ADE4 -// }, -// pubKeyHash: 0x1f, -// scriptHash: 0x21, -// wif: 0x8a -//}; + bitcoinjs.bitcoin.networks.deimos.p2wpkh = { + baseNetwork: "deimos", + messagePrefix: '\x18Deimos Signed Message:\n', + bech32: 'dei', + bip32: { + public: 0x0488B21E, + private: 0x0488ADE4 + }, + pubKeyHash: 0x1f, + scriptHash: 0x21, + wif: 0x8a +}; + +bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = { + baseNetwork: "deimos", + messagePrefix: '\x18Deimos Signed Message:\n', + bech32: 'dei', + bip32: { + public: 0x0488B21E, + private: 0x0488ADE4 + }, + pubKeyHash: 0x1f, + scriptHash: 0x21, + wif: 0x8a +}; })();