forked from JSKitty/scc-web3
-
Notifications
You must be signed in to change notification settings - Fork 36
/
chain_params.prod.json
69 lines (69 loc) · 2.41 KB
/
chain_params.prod.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"main": {
"name": "mainnet",
"collateralInSats": 1000000000000,
"isTestnet": false,
"TICKER": "PIV",
"PUBKEY_PREFIX": ["D"],
"STAKING_PREFIX": "S",
"PUBKEY_ADDRESS": [30],
"EXCHANGE_ADDRESS_PREFIX": [1, 185, 162],
"STAKING_ADDRESS": [63],
"SECRET_KEY": 212,
"BIP44_TYPE": 119,
"BIP44_TYPE_LEDGER": 77,
"PROTOCOL_VERSION": 70927,
"MASTERNODE_PORT": 51472,
"SHIELD_PREFIX": "ps",
"Explorers": [
{ "name": "Duddino", "url": "https://explorer.duddino.com" },
{ "name": "Duddino (2)", "url": "https://explorer2.duddino.com" },
{ "name": "zkBitcoin", "url": "https://zkbitcoin.com" }
],
"Nodes": [
{ "name": "PIVX Labs", "url": "https://rpc.pivxla.bz/mainnet" },
{ "name": "Duddino", "url": "https://rpc.duddino.com/mainnet" },
{ "name": "Duddino (2)", "url": "https://rpc2.duddino.com/mainnet" }
],
"Consensus": {},
"coinbaseMaturity": 100,
"budgetCycleBlocks": 43200,
"proposalFee": 5000000000,
"proposalFeeConfirmRequirement": 6,
"maxPaymentCycles": 6,
"maxPayment": 43200000000000,
"defaultColdStakingAddress": "SdgQDpS8jDRJDX8yK8m9KnTMarsE84zdsy"
},
"testnet": {
"name": "testnet",
"collateralInSats": 1000000000000,
"isTestnet": true,
"TICKER": "tPIV",
"PUBKEY_PREFIX": ["x", "y"],
"EXCHANGE_ADDRESS_PREFIX": [1, 185, 177],
"STAKING_PREFIX": "W",
"PUBKEY_ADDRESS": [139],
"STAKING_ADDRESS": [73],
"SECRET_KEY": 239,
"BIP44_TYPE": 1,
"BIP44_TYPE_LEDGER": 1,
"PROTOCOL_VERSION": 70927,
"MASTERNODE_PORT": 51474,
"SHIELD_PREFIX": "ptestsapling",
"Explorers": [
{ "name": "rockdev", "url": "https://testnet.rockdev.org" },
{ "name": "duddino", "url": "https://testnet.duddino.com" }
],
"Nodes": [
{ "name": "Duddino", "url": "https://rpc2.duddino.com/testnet" }
],
"Consensus": {},
"coinbaseMaturity": 15,
"budgetCycleBlocks": 144,
"proposalFee": 5000000000,
"proposalFeeConfirmRequirement": 3,
"maxPaymentCycles": 20,
"maxPayment": 144000000000,
"defaultColdStakingAddress": "WmNziUEPyhnUkiVdfsiNX93H6rSJnios44"
}
}