mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-06 02:43:49 +00:00
restored deimos per project owner request https://github.com/iancoleman/bip39/pull/296#issuecomment-466240668
This commit is contained in:
@@ -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
|
||||
};
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user