diff options
Diffstat (limited to 'src/js/segwit-parameters.js')
-rw-r--r-- | src/js/segwit-parameters.js | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/js/segwit-parameters.js b/src/js/segwit-parameters.js index f7f9220..14b5569 100644 --- a/src/js/segwit-parameters.js +++ b/src/js/segwit-parameters.js | |||
@@ -184,6 +184,33 @@ bitcoinjs.bitcoin.networks.digibyte.p2wpkhInP2sh = { | |||
184 | scriptHash: 0x3f, | 184 | scriptHash: 0x3f, |
185 | wif: 0x80 | 185 | wif: 0x80 |
186 | }; | 186 | }; |
187 | |||
188 | bitcoinjs.bitcoin.networks.blockstamp.p2wpkh = { | ||
189 | baseNetwork: "blockstamp", | ||
190 | messagePrefix: '\x18BlockStamp Signed Message:\n', | ||
191 | bech32: 'bc', | ||
192 | bip32: { | ||
193 | public: 0x0488B21E, | ||
194 | private: 0x0488ADE4, | ||
195 | }, | ||
196 | pubKeyHash: 0x00, | ||
197 | scriptHash: 0x05, | ||
198 | wif: 0x80, | ||
199 | }; | ||
200 | |||
201 | bitcoinjs.bitcoin.networks.blockstamp.p2wpkhInP2sh = { | ||
202 | baseNetwork: "blockstamp", | ||
203 | messagePrefix: '\x18BlockStamp Signed Message:\n', | ||
204 | bech32: 'bc', | ||
205 | bip32: { | ||
206 | public: 0x0488B21E, | ||
207 | private: 0x0488ADE4, | ||
208 | }, | ||
209 | pubKeyHash: 0x00, | ||
210 | scriptHash: 0x05, | ||
211 | wif: 0x80, | ||
212 | }; | ||
213 | |||
187 | // bitcoinjs.bitcoin.networks.deimos.p2wpkh = { | 214 | // bitcoinjs.bitcoin.networks.deimos.p2wpkh = { |
188 | // baseNetwork: "deimos", | 215 | // baseNetwork: "deimos", |
189 | // messagePrefix: '\x18Deimos Signed Message:\n', | 216 | // messagePrefix: '\x18Deimos Signed Message:\n', |