aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authorPawel Cioch <pawel@greenhex.net>2019-02-20 10:26:02 -0600
committerPawel Cioch <pawel@greenhex.net>2019-02-20 10:26:02 -0600
commit497fcf0e4863138ecdad1b13c9d204310a2598a6 (patch)
treebc8871be854acfa941989c7c80417a62a0e24506 /src/js
parentcceb518d0996d3ca79f85f331cf6dc9da3720ee3 (diff)
downloadBIP39-497fcf0e4863138ecdad1b13c9d204310a2598a6.tar.gz
BIP39-497fcf0e4863138ecdad1b13c9d204310a2598a6.tar.zst
BIP39-497fcf0e4863138ecdad1b13c9d204310a2598a6.zip
deimos not present commenting out
Diffstat (limited to 'src/js')
-rw-r--r--src/js/segwit-parameters.js50
1 files changed, 25 insertions, 25 deletions
diff --git a/src/js/segwit-parameters.js b/src/js/segwit-parameters.js
index 8a3557e..f7f9220 100644
--- a/src/js/segwit-parameters.js
+++ b/src/js/segwit-parameters.js
@@ -184,29 +184,29 @@ bitcoinjs.bitcoin.networks.digibyte.p2wpkhInP2sh = {
184 scriptHash: 0x3f, 184 scriptHash: 0x3f,
185 wif: 0x80 185 wif: 0x80
186}; 186};
187 bitcoinjs.bitcoin.networks.deimos.p2wpkh = { 187// bitcoinjs.bitcoin.networks.deimos.p2wpkh = {
188 baseNetwork: "deimos", 188// baseNetwork: "deimos",
189 messagePrefix: '\x18Deimos Signed Message:\n', 189// messagePrefix: '\x18Deimos Signed Message:\n',
190 bech32: 'dei', 190// bech32: 'dei',
191 bip32: { 191// bip32: {
192 public: 0x0488B21E, 192// public: 0x0488B21E,
193 private: 0x0488ADE4 193// private: 0x0488ADE4
194 }, 194// },
195 pubKeyHash: 0x1f, 195// pubKeyHash: 0x1f,
196 scriptHash: 0x21, 196// scriptHash: 0x21,
197 wif: 0x8a 197// wif: 0x8a
198}; 198//};
199 199//
200bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = { 200//bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = {
201 baseNetwork: "deimos", 201// baseNetwork: "deimos",
202 messagePrefix: '\x18Deimos Signed Message:\n', 202// messagePrefix: '\x18Deimos Signed Message:\n',
203 bech32: 'dei', 203// bech32: 'dei',
204 bip32: { 204// bip32: {
205 public: 0x0488B21E, 205// public: 0x0488B21E,
206 private: 0x0488ADE4 206// private: 0x0488ADE4
207 }, 207// },
208 pubKeyHash: 0x1f, 208// pubKeyHash: 0x1f,
209 scriptHash: 0x21, 209// scriptHash: 0x21,
210 wif: 0x8a 210// wif: 0x8a
211}; 211//};
212})(); 212})();