mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-05-26 10:34:44 +00:00
Merge pull request #282 from Deimoscoin/patch-3
Update segwit-parameters.js
This commit is contained in:
@@ -183,5 +183,30 @@ bitcoinjs.bitcoin.networks.digibyte.p2wpkhInP2sh = {
|
|||||||
pubKeyHash: 0x1e,
|
pubKeyHash: 0x1e,
|
||||||
scriptHash: 0x3f,
|
scriptHash: 0x3f,
|
||||||
wif: 0x80
|
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
|
||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user