mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +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,
|
wif: 0x80,
|
||||||
};
|
};
|
||||||
|
|
||||||
// bitcoinjs.bitcoin.networks.deimos.p2wpkh = {
|
bitcoinjs.bitcoin.networks.deimos.p2wpkh = {
|
||||||
// baseNetwork: "deimos",
|
baseNetwork: "deimos",
|
||||||
// messagePrefix: '\x18Deimos Signed Message:\n',
|
messagePrefix: '\x18Deimos Signed Message:\n',
|
||||||
// bech32: 'dei',
|
bech32: 'dei',
|
||||||
// bip32: {
|
bip32: {
|
||||||
// public: 0x0488B21E,
|
public: 0x0488B21E,
|
||||||
// private: 0x0488ADE4
|
private: 0x0488ADE4
|
||||||
// },
|
},
|
||||||
// pubKeyHash: 0x1f,
|
pubKeyHash: 0x1f,
|
||||||
// scriptHash: 0x21,
|
scriptHash: 0x21,
|
||||||
// wif: 0x8a
|
wif: 0x8a
|
||||||
//};
|
};
|
||||||
//
|
|
||||||
//bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = {
|
bitcoinjs.bitcoin.networks.deimos.p2wpkhInP2sh = {
|
||||||
// baseNetwork: "deimos",
|
baseNetwork: "deimos",
|
||||||
// messagePrefix: '\x18Deimos Signed Message:\n',
|
messagePrefix: '\x18Deimos Signed Message:\n',
|
||||||
// bech32: 'dei',
|
bech32: 'dei',
|
||||||
// bip32: {
|
bip32: {
|
||||||
// public: 0x0488B21E,
|
public: 0x0488B21E,
|
||||||
// private: 0x0488ADE4
|
private: 0x0488ADE4
|
||||||
// },
|
},
|
||||||
// pubKeyHash: 0x1f,
|
pubKeyHash: 0x1f,
|
||||||
// scriptHash: 0x21,
|
scriptHash: 0x21,
|
||||||
// wif: 0x8a
|
wif: 0x8a
|
||||||
//};
|
};
|
||||||
})();
|
})();
|
||||||
|
|||||||
Reference in New Issue
Block a user