forked from JSKitty/scc-web3
-
Notifications
You must be signed in to change notification settings - Fork 37
/
chain_params.test.json
59 lines (59 loc) · 1.9 KB
/
chain_params.test.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
{
"main": {
"name": "main",
"collateralInSats": 1000000000000,
"isTestnet": true,
"TICKER": "tPIV",
"PUBKEY_PREFIX": ["x", "y"],
"STAKING_PREFIX": "W",
"PUBKEY_ADDRESS": 139,
"STAKING_ADDRESS": 73,
"SECRET_KEY": 239,
"BIP44_TYPE": 1,
"BIP44_TYPE_LEDGER": 1,
"PROTOCOL_VERSION": 70926,
"MASTERNODE_PORT": 51474,
"Explorers": [{ "name": "regtest", "url": "http://localhost:8081" }],
"Nodes": [
{ "name": "regtest", "url": "http://localhost:8082/mainnet" }
],
"Consensus": {},
"coinbaseMaturity": 15,
"budgetCycleBlocks": 144,
"proposalFee": 5000000000,
"proposalFeeConfirmRequirement": 3,
"maxPaymentCycles": 20,
"maxPayment": 144000000000,
"defaultColdStakingAddress": "WmNziUEPyhnUkiVdfsiNX93H6rSJnios44"
},
"testnet": {
"name": "testnet",
"collateralInSats": 1000000000000,
"isTestnet": true,
"TICKER": "tPIV",
"PUBKEY_PREFIX": ["x", "y"],
"STAKING_PREFIX": "W",
"PUBKEY_ADDRESS": 139,
"STAKING_ADDRESS": 73,
"SECRET_KEY": 239,
"BIP44_TYPE": 1,
"BIP44_TYPE_LEDGER": 1,
"PROTOCOL_VERSION": 70926,
"MASTERNODE_PORT": 51474,
"Explorers": [
{ "name": "rockdev", "url": "https://testnet.rockdev.org" },
{ "name": "duddino", "url": "https://testnet.duddino.com" }
],
"Nodes": [
{ "name": "Duddino", "url": "https://rpc.duddino.com/testnet" }
],
"Consensus": {},
"coinbaseMaturity": 15,
"budgetCycleBlocks": 144,
"proposalFee": 5000000000,
"proposalFeeConfirmRequirement": 3,
"maxPaymentCycles": 20,
"maxPayment": 144000000000,
"defaultColdStakingAddress": "WmNziUEPyhnUkiVdfsiNX93H6rSJnios44"
}
}