bitcore/lib/constants.js

18 lines
335 B
JavaScript
Raw Normal View History

exports.mainnet = {
pubkeyhash: 0x00,
identpersist: 0x01,
identephem: 0x02,
privkey: 0x80,
scripthash: 0x05,
bip32pubkey: 0x0488b21e,
bip32privkey: 0x0488ade4,
};
exports.testnet = {
pubkeyhash: 0x6f,
privkey: 0xef,
scripthash: 0xc4,
bip32pubkey: 0x043587cf,
bip32privkey: 0x04358394,
};