You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
259 B
15 lines
259 B
exports.mainnet = {
|
|
pubkeyHash: 0x00,
|
|
privkey: 0x80,
|
|
p2sh: 0x05,
|
|
bip32pubkey: 0x0488b21e,
|
|
bip32privkey: 0x0488ade4,
|
|
};
|
|
|
|
exports.testnet = {
|
|
pubkeyHash: 0x6f,
|
|
privkey: 0xef,
|
|
p2sh: 0xc4,
|
|
bip32pubkey: 0x043587cf,
|
|
bip32privkey: 0x04358394,
|
|
};
|
|
|