mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-19 17:02:16 +00:00
Add BitCloud and Megacoin
This commit is contained in:
@@ -440,6 +440,17 @@ bitcoinjs.bitcoin.networks.bitcoinplus = {
|
||||
wif: 0x99,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.bitcloud = {
|
||||
messagePrefix: '\x18BitCloud Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488B21E,
|
||||
private: 0x0488ADE4,
|
||||
},
|
||||
pubKeyHash: 0x19,
|
||||
scriptHash: 0x05,
|
||||
wif: 0x99,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.bitcore = {
|
||||
messagePrefix: '\x18BitCore Signed Message:\n',
|
||||
bip32: {
|
||||
@@ -847,6 +858,17 @@ bitcoinjs.bitcoin.networks.lynx = {
|
||||
wif: 0xad,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.megacoin = {
|
||||
messagePrefix: '\x18Megacoin Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488B21E,
|
||||
private: 0x0488ADE4,
|
||||
},
|
||||
pubKeyHash: 0x32,
|
||||
scriptHash: 0x05,
|
||||
wif: 0xB2,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.minexcoin = {
|
||||
messagePrefix: '\x18Bitcoin Signed Message:\n',
|
||||
bip32: {
|
||||
|
||||
Reference in New Issue
Block a user