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