Skip to content

Commit b393fa4

Browse files
committed
added scripts_json
1 parent 43c88db commit b393fa4

File tree

2 files changed

+168
-0
lines changed

2 files changed

+168
-0
lines changed

scripts_json/circles.kovan.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"name": "Circles DAO",
3+
"tokenName": "Circles",
4+
"tokenSymbol": "CIL",
5+
"founders": [
6+
{
7+
"address": "0xe7b81Ae742Fdc4Cac5F6280aa91Bc28D6df34a89",
8+
"reputation": 100,
9+
"tokens": 0
10+
},
11+
{
12+
"address": "0xc16c8702a1d50a92669ed0f970d6e1f7dae74c44",
13+
"reputation": 50,
14+
"tokens": 0
15+
},
16+
{
17+
"address": "0x6ac0A885Ed84F4A2D062c60FB7DaaF504Fc8C47f",
18+
"reputation": 100,
19+
"tokens": 0
20+
},
21+
{
22+
"address": "0xce7298e5ef1ae8af0573edc2ebd03ab0f837e214",
23+
"reputation": 50,
24+
"tokens": 0
25+
},
26+
{
27+
"address": "0xb38698d1cf896ad6d3bbef3e6ee6b90a78837a1f",
28+
"reputation": 550,
29+
"tokens": 0
30+
},
31+
{
32+
"address": "0x5a4e13fa32a8e60cb7b1865259dcea118c8bff9d",
33+
"reputation": 50,
34+
"tokens": 0
35+
},
36+
{
37+
"address": "0xc4d9d1a93068d311ab18e988244123430eb4f1cd",
38+
"reputation": 100,
39+
"tokens": 0
40+
}
41+
],
42+
"schemes": [
43+
{
44+
"name": "SchemeRegistrar"
45+
},
46+
{
47+
"name": "ContributionReward",
48+
"votingMachineParams": {
49+
"votingMachineName": "GenesisProtocol",
50+
"boostedVotePeriodLimit": 3600,
51+
"daoBountyConst": 30,
52+
"daoBountyLimit": "500000000000000000000",
53+
"minimumStakingFee": 0,
54+
"preBoostedVotePeriodLimit": 7200,
55+
"preBoostedVoteRequiredPercentage": 50,
56+
"proposingRepRewardConstA": 5,
57+
"proposingRepRewardConstB": 10,
58+
"quietEndingPeriod": 1800,
59+
"stakerFeeRatioForVoters": 20,
60+
"thresholdConstA": "100000000000000000000",
61+
"thresholdConstB": 3,
62+
"votersGainRepRatioFromLostRep": 90,
63+
"votersReputationLossRatio": 4
64+
}
65+
},
66+
{
67+
"name": "GenesisProtocol",
68+
"boostedVotePeriodLimit": 3600,
69+
"daoBountyConst": 30,
70+
"daoBountyLimit": "500000000000000000000",
71+
"minimumStakingFee": 0,
72+
"preBoostedVotePeriodLimit": 7200,
73+
"preBoostedVoteRequiredPercentage": 50,
74+
"proposingRepRewardConstA": 5,
75+
"proposingRepRewardConstB": 10,
76+
"quietEndingPeriod": 1800,
77+
"stakerFeeRatioForVoters": 20,
78+
"thresholdConstA": "100000000000000000000",
79+
"thresholdConstB": 3,
80+
"votersGainRepRatioFromLostRep": 90,
81+
"votersReputationLossRatio": 4
82+
}
83+
]
84+
}

scripts_json/circles.live.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"name": "Circles DAO",
3+
"tokenName": "Circles",
4+
"tokenSymbol": "CIL",
5+
"founders": [
6+
{
7+
"address": "0xe7b81Ae742Fdc4Cac5F6280aa91Bc28D6df34a89",
8+
"reputation": 100,
9+
"tokens": 0
10+
},
11+
{
12+
"address": "0xc16c8702a1d50a92669ed0f970d6e1f7dae74c44",
13+
"reputation": 50,
14+
"tokens": 0
15+
},
16+
{
17+
"address": "0x6ac0A885Ed84F4A2D062c60FB7DaaF504Fc8C47f",
18+
"reputation": 100,
19+
"tokens": 0
20+
},
21+
{
22+
"address": "0xce7298e5ef1ae8af0573edc2ebd03ab0f837e214",
23+
"reputation": 50,
24+
"tokens": 0
25+
},
26+
{
27+
"address": "0xb38698d1cf896ad6d3bbef3e6ee6b90a78837a1f",
28+
"reputation": 550,
29+
"tokens": 0
30+
},
31+
{
32+
"address": "0x5a4e13fa32a8e60cb7b1865259dcea118c8bff9d",
33+
"reputation": 50,
34+
"tokens": 0
35+
},
36+
{
37+
"address": "0xc4d9d1a93068d311ab18e988244123430eb4f1cd",
38+
"reputation": 100,
39+
"tokens": 0
40+
}
41+
],
42+
"schemes": [
43+
{
44+
"name": "SchemeRegistrar"
45+
},
46+
{
47+
"name": "ContributionReward",
48+
"votingMachineParams": {
49+
"votingMachineName": "GenesisProtocol",
50+
"boostedVotePeriodLimit": 7200,
51+
"daoBountyConst": 30,
52+
"daoBountyLimit": "500000000000000000000",
53+
"minimumStakingFee": 0,
54+
"preBoostedVotePeriodLimit": 7200,
55+
"preBoostedVoteRequiredPercentage": 50,
56+
"proposingRepRewardConstA": 5,
57+
"proposingRepRewardConstB": 10,
58+
"quietEndingPeriod": 1800,
59+
"stakerFeeRatioForVoters": 20,
60+
"thresholdConstA": "100000000000000000000",
61+
"thresholdConstB": 3,
62+
"votersGainRepRatioFromLostRep": 90,
63+
"votersReputationLossRatio": 4
64+
}
65+
},
66+
{
67+
"name": "GenesisProtocol",
68+
"boostedVotePeriodLimit": 7200,
69+
"daoBountyConst": 30,
70+
"daoBountyLimit": "500000000000000000000",
71+
"minimumStakingFee": 0,
72+
"preBoostedVotePeriodLimit": 7200,
73+
"preBoostedVoteRequiredPercentage": 50,
74+
"proposingRepRewardConstA": 5,
75+
"proposingRepRewardConstB": 10,
76+
"quietEndingPeriod": 1800,
77+
"stakerFeeRatioForVoters": 20,
78+
"thresholdConstA": "100000000000000000000",
79+
"thresholdConstB": 3,
80+
"votersGainRepRatioFromLostRep": 90,
81+
"votersReputationLossRatio": 4
82+
}
83+
]
84+
}

0 commit comments

Comments
 (0)