@@ -32,7 +32,7 @@ contracts:
32
32
proxy : true
33
33
init :
34
34
controller : " ${{Controller.address}}"
35
- lengthInBlocks : 275 # ~1 hour (in blocks)
35
+ lengthInBlocks : 138 # ~30 min (in blocks)
36
36
GraphToken :
37
37
init :
38
38
initialSupply : " 10000000000000000000000000000" # 10,000,000,000 GRT
@@ -44,7 +44,7 @@ contracts:
44
44
init :
45
45
controller : " ${{Controller.address}}"
46
46
bondingCurve : " ${{BancorFormula.address}}"
47
- reserveRatio : 333333 # ~33.33 % (parts per million)
47
+ reserveRatio : 500000 # 50 % (parts per million)
48
48
curationTaxPercentage : 50000 # 5% (parts per million)
49
49
minimumCurationDeposit : " 1000000000000000000" # 1 GRT
50
50
DisputeManager :
@@ -70,8 +70,8 @@ contracts:
70
70
thawingPeriod : 275 # ~1 hour (in blocks)
71
71
protocolPercentage : 10000 # 1% (parts per million)
72
72
curationPercentage : 100000 # 10%
73
- channelDisputeEpochs : 4
74
- maxAllocationEpochs : 24 # Based on epoch length this is ~1 day (in epochs)
73
+ channelDisputeEpochs : 8
74
+ maxAllocationEpochs : 24 # Based on epoch length this is ~12 hrs (in epochs)
75
75
delegationUnbondingPeriod : 2 # epochs
76
76
delegationRatio : 100 # 100x (multiplier)
77
77
rebateAlphaNumerator : 85
@@ -86,7 +86,7 @@ contracts:
86
86
proxy : true
87
87
init :
88
88
controller : " ${{Controller.address}}"
89
- issuanceRate : " 1000000023206889619 " # 5 % annual rate
89
+ issuanceRate : " 1000000012184945188 " # 3 % annual rate. rate*365*60*60*24/13
90
90
GRTAssetHolder :
91
91
init :
92
92
adjudicatorAddress : " 0xaa94bed44fc8195b029628341f13a695f1348c04"
0 commit comments