mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-21 01:42:16 +00:00
Added BST - BlockStamp
This commit is contained in:
@@ -1485,4 +1485,15 @@ bitcoinjs.bitcoin.networks.litecoinz = {
|
||||
pubKeyHash: 0x0AB3,
|
||||
scriptHash: 0x0AB8,
|
||||
wif: 0x80,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.blockstamp = {
|
||||
messagePrefix: '\x18BlockStamp Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488B21E,
|
||||
private: 0x0488ADE4,
|
||||
},
|
||||
pubKeyHash: 0x00,
|
||||
scriptHash: 0x05,
|
||||
wif: 0x80,
|
||||
};
|
||||
Reference in New Issue
Block a user