networks: make networks more unique.

This commit is contained in:
Christopher Jeffrey 2017-05-13 18:35:17 -07:00
parent e55ca1eb3d
commit 6643f0a308
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -749,20 +749,20 @@ regtest.deploys = [
]; ];
regtest.keyPrefix = { regtest.keyPrefix = {
privkey: 0xef, privkey: 0x5a,
xpubkey: 0x043587cf, xpubkey: 0xeab4fa05,
xprivkey: 0x04358394, xprivkey: 0xeab404c7,
xprivkey58: 'tprv', xprivkey58: 'rprv',
xpubkey58: 'tpub', xpubkey58: 'rpub',
coinType: 1 coinType: 1
}; };
regtest.addressPrefix = { regtest.addressPrefix = {
pubkeyhash: 0x6f, pubkeyhash: 0x3c,
scripthash: 0xc4, scripthash: 0x26,
witnesspubkeyhash: 0x03, witnesspubkeyhash: 0x7a,
witnessscripthash: 0x28, witnessscripthash: 0x14,
bech32: 'tb' bech32: 'rb'
}; };
regtest.requireStandard = false; regtest.requireStandard = false;
@ -904,7 +904,7 @@ segnet4.addressPrefix = {
scripthash: 0x32, scripthash: 0x32,
witnesspubkeyhash: 0x03, witnesspubkeyhash: 0x03,
witnessscripthash: 0x28, witnessscripthash: 0x28,
bech32: 'tb' bech32: 'sg'
}; };
segnet4.requireStandard = false; segnet4.requireStandard = false;
@ -1054,7 +1054,7 @@ simnet.addressPrefix = {
scripthash: 0x7b, scripthash: 0x7b,
witnesspubkeyhash: 0x19, witnesspubkeyhash: 0x19,
witnessscripthash: 0x28, witnessscripthash: 0x28,
bech32: 'tb' bech32: 'sc'
}; };
simnet.requireStandard = false; simnet.requireStandard = false;