mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Added support for Beetle Coin
This commit is contained in:
@@ -361,3 +361,14 @@ bitcoinjs.bitcoin.networks.blackcoin = {
|
||||
scriptHash: 0x55,
|
||||
wif: 0x99
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.beetlecoin = {
|
||||
messagePrefix: '\x19Beetlecoin Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488b21e,
|
||||
private: 0x0488ade4
|
||||
},
|
||||
pubKeyHash: 0x1A,
|
||||
scriptHash: 0x55,
|
||||
wif: 0x99,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user