|
1 | 1 | {
|
2 | 2 | "poolVotingThresholds": {
|
3 |
| - "committeeNormal": 0.51, |
| 3 | + "committeeNormal": 0.60, |
4 | 4 | "committeeNoConfidence": 0.51,
|
5 | 5 | "hardForkInitiation": 0.51,
|
6 |
| - "motionNoConfidence": 0.51, |
7 |
| - "ppSecurityGroup": 0.51 |
| 6 | + "motionNoConfidence": 0.60, |
| 7 | + "ppSecurityGroup": 0.60 |
8 | 8 | },
|
9 | 9 | "dRepVotingThresholds": {
|
10 |
| - "motionNoConfidence": 0.51, |
11 |
| - "committeeNormal": 0.51, |
12 |
| - "committeeNoConfidence": 0.51, |
13 |
| - "updateToConstitution": 0.51, |
14 |
| - "hardForkInitiation": 0.51, |
15 |
| - "ppNetworkGroup": 0.51, |
16 |
| - "ppEconomicGroup": 0.51, |
17 |
| - "ppTechnicalGroup": 0.51, |
18 |
| - "ppGovGroup": 0.51, |
19 |
| - "treasuryWithdrawal": 0.51 |
| 10 | + "motionNoConfidence": 0.67, |
| 11 | + "committeeNormal": 0.67, |
| 12 | + "committeeNoConfidence": 0.60, |
| 13 | + "updateToConstitution": 0.75, |
| 14 | + "hardForkInitiation": 0.60, |
| 15 | + "ppNetworkGroup": 0.67, |
| 16 | + "ppEconomicGroup": 0.67, |
| 17 | + "ppTechnicalGroup": 0.67, |
| 18 | + "ppGovGroup": 0.75, |
| 19 | + "treasuryWithdrawal": 0.67 |
20 | 20 | },
|
21 |
| - "committeeMinSize": 0, |
22 |
| - "committeeMaxTermLength": 200, |
23 |
| - "govActionLifetime": 10, |
24 |
| - "govActionDeposit": 1000000000, |
25 |
| - "dRepDeposit": 2000000, |
| 21 | + "committeeMinSize": 7, |
| 22 | + "committeeMaxTermLength": 73, |
| 23 | + "govActionLifetime": 6, |
| 24 | + "govActionDeposit": 50000000000, |
| 25 | + "dRepDeposit": 500000000, |
26 | 26 | "dRepActivity": 20,
|
| 27 | + "minFeeRefScriptCostPerByte": 44, |
27 | 28 | "constitution": {
|
28 | 29 | "anchor": {
|
29 | 30 | "url": "",
|
|
33 | 34 | "committee": {
|
34 | 35 | "members": {
|
35 | 36 | },
|
36 |
| - "quorum": 0 |
| 37 | + "threshold": 0.67 |
37 | 38 | }
|
38 | 39 | }
|
0 commit comments