junderw
6 years ago
No known key found for this signature in database
GPG Key ID: B256185D3A971908
1 changed files with
11 additions and
0 deletions
-
src/networks.js
|
|
@ -13,6 +13,17 @@ module.exports = { |
|
|
|
scriptHash: 0x05, |
|
|
|
wif: 0x80 |
|
|
|
}, |
|
|
|
regtest: { |
|
|
|
messagePrefix: '\x18Bitcoin Signed Message:\n', |
|
|
|
bech32: 'bcrt', |
|
|
|
bip32: { |
|
|
|
public: 0x043587cf, |
|
|
|
private: 0x04358394 |
|
|
|
}, |
|
|
|
pubKeyHash: 0x6f, |
|
|
|
scriptHash: 0xc4, |
|
|
|
wif: 0xef |
|
|
|
}, |
|
|
|
testnet: { |
|
|
|
messagePrefix: '\x18Bitcoin Signed Message:\n', |
|
|
|
bech32: 'tb', |
|
|
|