-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
66 lines (65 loc) · 1.64 KB
/
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
{
"hatch": {
"daoAddress": "0x4625c2c3E1Bc9323CC1A9dc312F3188e8dE83f42",
"tokenAddress": "0x799844141C2627bD195c89c3A0c71341d0314c55",
"voteDurationDays": "6"
},
"garden": {
"daoAddress": "0x1Fc7E8D8e4Bbbef77a4D035AEc189373b52125A8",
"seeds": {
"0xF41dEFf41016216346270e302DC0a5Dd4913DAdA": 1000,
"0x2E96053C70a92D9771c076E11fe4dDa87A989fDD": 600
}
},
"collateralTokenAddress": "0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d",
"token": {
"tokenFreezeWeeks": "26",
"tokenThawWeeks": "52",
"openingPrice": "1"
},
"abc": {
"commonsTribute": "69",
"entryTribute": "22",
"exitTribute": "2",
"reserveRatio": "19.84"
},
"taoVoting": {
"supportRequired": "85",
"minQuorum": "10",
"voteDurationDays": "5",
"delegatedVotingPeriodDays": "3",
"quietEndingPeriodDays": "3",
"quietEndingExtensionDays": "2",
"executionDelayDays": "0.5"
},
"convictionVoting": {
"convictionGrowthDays": "7",
"minConviction": "4",
"spendingLimit": "11"
},
"advanced": {
"garden": {
"stableInitialLiquidity": "100",
"tokenInitialLiquidity": "100"
},
"abc": {
"virtualSupply": "1",
"virtualBalance": "1",
"initialBuy": "250000"
},
"token": {
"name": "Token Engineering Commons",
"symbol": "TEC"
},
"agreement": {
"title": "TEC Community Covenant",
"content": "ipfs:QmfLK4DPMUxvbh5N8UkHtk3ZWzdoPpsacfsqhCDqNPHM7i",
"proposalDepositStable": "200",
"challangeDepositStable": "400",
"settlementPeriodDays": "5"
},
"convictionVoting": {
"minEffectiveSupply": "1"
}
}
}