mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
@@ -328,3 +328,14 @@ bitcoinjs.bitcoin.networks.komodo = {
|
||||
scriptHash: 0x55,
|
||||
wif: 0xbc
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.blackcoin = {
|
||||
messagePrefix: '\x18BlackCoin Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x02CFBEDE,
|
||||
private: 0x02CFBF60
|
||||
},
|
||||
pubKeyHash: 0x19,
|
||||
scriptHash: 0x55,
|
||||
wif: 0x99
|
||||
};
|
||||
|
||||
@@ -1734,6 +1734,14 @@
|
||||
network = bitcoinjs.bitcoin.networks.bitcoin;
|
||||
setHdCoin(144);
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "BLK - BlackCoin",
|
||||
segwitAvailable: false,
|
||||
onSelect: function() {
|
||||
network = bitcoinjs.bitcoin.networks.blackcoin;
|
||||
setHdCoin(10);
|
||||
},
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user