forked from daostack/migration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmigration-params.json
More file actions
121 lines (121 loc) · 2.88 KB
/
migration-params.json
File metadata and controls
121 lines (121 loc) · 2.88 KB
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
{
"ContributionReward": [{}],
"SchemeRegistrar": [{}],
"GlobalConstraintRegistrar": [{}],
"UpgradeScheme": [{}],
"StandAloneContracts":[
{
"name": "Wallet",
"fromArc": true,
"runFunctions": [
{
"functionName": "transferOwnership",
"params": [
"AvatarAddress"
]
}
]
},
{
"name": "ContributionRewardExt",
"fromArc": true,
"arcVersion": "0.0.1-rc.40"
},
{
"name": "Competition",
"fromArc": true,
"params": [
{ "StandAloneContract": 1 }
],
"arcVersion": "0.0.1-rc.40"
}
],
"VotingMachinesParams": [
{
"boostedVotePeriodLimit": 600,
"daoBountyConst": 10,
"minimumDaoBounty": 100,
"queuedVotePeriodLimit": 1800,
"queuedVoteRequiredPercentage": 50,
"preBoostedVotePeriodLimit": 600,
"proposingRepReward": 5,
"quietEndingPeriod": 300,
"thresholdConst": 2000,
"voteOnBehalf": "0x0000000000000000000000000000000000000000",
"votersReputationLossRatio": 1,
"activationTime": 0
}
],
"schemes": {
"ContributionReward": true,
"SchemeRegistrar": true,
"GlobalConstraintRegistrar": true,
"UpgradeScheme": true
},
"CustomSchemes": [
{
"name": "GenericScheme",
"schemeName":"GenericScheme",
"isUniversal":false,
"params": [
"GenesisProtocolAddress",
{"voteParams": 0},
"0x0000000000000000000000000000000000000000"
],
"permissions": "0x00000010",
"alias" : "GenericSchemeAlias",
"fromArc": true
},
{
"name":"ContributionRewardExt",
"schemeName":"ContributionRewardExt",
"address": { "StandAloneContract": 1 },
"isUniversal":false,
"params":[
"GenesisProtocolAddress",
{ "voteParams":0 },
{ "StandAloneContract": 2 }
],
"permissions":"0x00000000",
"alias":"ContributionRewardExt",
"fromArc":true,
"arcVersion": "0.0.1-rc.40"
}
],
"unregisterOwner": true,
"useUController": false,
"useDaoCreator": true,
"noTrack": false,
"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
}
]
}