diff options
author | Pawel Cioch <pawel@greenhex.net> | 2019-02-21 21:56:59 -0600 |
---|---|---|
committer | Pawel Cioch <pawel@greenhex.net> | 2019-02-21 21:56:59 -0600 |
commit | d2be7b6fd681a2247a155205e75a9903f5554f9b (patch) | |
tree | ed29d8e5ea9cff23a6bdd8560e94d4f7992a9f71 /src/js | |
parent | f22f7677a6070e2cbb5aa6d1bf0f672c95083ed4 (diff) | |
download | BIP39-d2be7b6fd681a2247a155205e75a9903f5554f9b.tar.gz BIP39-d2be7b6fd681a2247a155205e75a9903f5554f9b.tar.zst BIP39-d2be7b6fd681a2247a155205e75a9903f5554f9b.zip |
restored deimos per project owner request https://github.com/iancoleman/bip39/pull/296#issuecomment-466240668
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/segwit-parameters.js | 50 |
1 files changed, 25 insertions, 25 deletions
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 = { | |||
211 | wif: 0x80, | 211 | wif: 0x80, |
212 | }; | 212 | }; |
213 | 213 | ||
214 | // bitcoinjs.bitcoin.networks.deimos.p2wpkh = { | 214 | bitcoinjs.bitcoin.networks.deimos.p2wpkh = { |
215 | // baseNetwork: "deimos", | 215 | baseNetwork: "deimos", |
216 | // messagePrefix: '\x18Deimos Signed Message:\n', | 216 | messagePrefix: '\x18Deimos Signed Message:\n', |
217 | // bech32: 'dei', | 217 | bech32: 'dei', |
218 | // bip32: { | 218 | bip32: { |
219 | // public: 0x0488B21E, | 219 | public: 0x0488B21E, |
220 | // private: 0x0488ADE4 | 220 | private: 0x0488ADE4 |
221 | // }, | 221 | }, |
222 | // pubKeyHash: 0x1f, | 222 | pubKeyHash: 0x1f, |
223 | // scriptHash: 0x21, | 223 | scriptHash: 0x21, |
224 | // wif: 0x8a | 224 | wif: 0x8a |
225 | //}; | 225 | }; |
226 | // | 226 | |
227 | //bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = { | 227 | bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = { |
228 | // baseNetwork: "deimos", | 228 | baseNetwork: "deimos", |
229 | // messagePrefix: '\x18Deimos Signed Message:\n', | 229 | messagePrefix: '\x18Deimos Signed Message:\n', |
230 | // bech32: 'dei', | 230 | bech32: 'dei', |
231 | // bip32: { | 231 | bip32: { |
232 | // public: 0x0488B21E, | 232 | public: 0x0488B21E, |
233 | // private: 0x0488ADE4 | 233 | private: 0x0488ADE4 |
234 | // }, | 234 | }, |
235 | // pubKeyHash: 0x1f, | 235 | pubKeyHash: 0x1f, |
236 | // scriptHash: 0x21, | 236 | scriptHash: 0x21, |
237 | // wif: 0x8a | 237 | wif: 0x8a |
238 | //}; | 238 | }; |
239 | })(); | 239 | })(); |