-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathdutchx-params.json
125 lines (125 loc) · 3.04 KB
/
dutchx-params.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"orgName": "DutchX DAO",
"tokenName": "DutchX DAO Token",
"tokenSymbol": "DDT",
"ContributionReward": [
{
"voteParams": 0
}
],
"SchemeRegistrar": [
{
"voteRegisterParams": 1,
"voteRemoveParams": 1
}
],
"StandAloneContracts": [
{
"name": "Reputation",
"fromArc": true
},
{
"name": "Wallet",
"fromArc": true
}
],
"CustomSchemes": [
{
"name": "GenericScheme",
"schemeName": "GenericScheme",
"params": [
"GenesisProtocolAddress",
{
"voteParams": 1
},
"0xb279182d99e65703f0076e4812653aab85fca0f0"
],
"permissions": "0x00000010",
"alias": "GenericSchemeDutchX",
"fromArc": true
}
],
"VotingMachinesParams": [
{
"boostedVotePeriodLimit": 1800,
"daoBountyConst": 10,
"minimumDaoBounty": 150,
"queuedVotePeriodLimit": 3600,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 600,
"proposingRepReward": 5000,
"quietEndingPeriod": 1800,
"thresholdConst": 1200,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 4,
"activationTime": 1570021200
},
{
"boostedVotePeriodLimit": 1800,
"daoBountyConst": 10,
"minimumDaoBounty": 500,
"queuedVotePeriodLimit": 3600,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 600,
"proposingRepReward": 10000,
"quietEndingPeriod": 1800,
"thresholdConst": 1300,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 4,
"activationTime": 1570021200
},
{
"boostedVotePeriodLimit": 1800,
"daoBountyConst": 10,
"minimumDaoBounty": 50,
"queuedVotePeriodLimit": 3600,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 600,
"proposingRepReward": 100,
"quietEndingPeriod": 1800,
"thresholdConst": 1200,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 4,
"activationTime": 1570021200
}
],
"schemes": {
"ContributionReward": true,
"SchemeRegistrar": true
},
"unregisterOwner": true,
"useUController": false,
"useDaoCreator": true,
"founders": [
{
"address": "0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1",
"tokens": 1000,
"reputation": 1000
},
{
"address": "0xffcf8fdee72ac11b5c542428b35eef5769c409f0",
"tokens": 1000,
"reputation": 1000
},
{
"address": "0x22d491bde2303f2f43325b2108d26f1eaba1e32b",
"tokens": 1000,
"reputation": 1000
},
{
"address": "0xe11ba2b4d45eaed5996cd0823791e0c93114882d",
"tokens": 1000,
"reputation": 1000
},
{
"address": "0xd03ea8624c8c5987235048901fb614fdca89b117",
"tokens": 1000,
"reputation": 1000
},
{
"address": "0x95ced938f7991cd0dfcb48f0a06a40fa1af46ebc",
"tokens": 1000,
"reputation": 1000
}
]
}