Add regtest network
This commit is contained in:
parent
582727f6de
commit
44a98c0fa6
1 changed files with 11 additions and 0 deletions
|
@ -13,6 +13,17 @@ module.exports = {
|
||||||
scriptHash: 0x05,
|
scriptHash: 0x05,
|
||||||
wif: 0x80
|
wif: 0x80
|
||||||
},
|
},
|
||||||
|
regtest: {
|
||||||
|
messagePrefix: '\x18Bitcoin Signed Message:\n',
|
||||||
|
bech32: 'bcrt',
|
||||||
|
bip32: {
|
||||||
|
public: 0x043587cf,
|
||||||
|
private: 0x04358394
|
||||||
|
},
|
||||||
|
pubKeyHash: 0x6f,
|
||||||
|
scriptHash: 0xc4,
|
||||||
|
wif: 0xef
|
||||||
|
},
|
||||||
testnet: {
|
testnet: {
|
||||||
messagePrefix: '\x18Bitcoin Signed Message:\n',
|
messagePrefix: '\x18Bitcoin Signed Message:\n',
|
||||||
bech32: 'tb',
|
bech32: 'tb',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue