File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ contracts:
68
68
proxy : true
69
69
init :
70
70
controller : " ${{Controller.address}}"
71
- minimumIndexerStake : " 10000000000000000000 " # 10 GRT (in wei )
71
+ minimumIndexerStake : " 1 " # 1 WEI of GRT (10^-18 GRT )
72
72
thawingPeriod : 275 # ~1 hour (in blocks)
73
73
protocolPercentage : 10000 # 1% (parts per million)
74
74
curationPercentage : 100000 # 10%
75
- channelDisputeEpochs : 8
75
+ channelDisputeEpochs : 2
76
76
maxAllocationEpochs : 24 # Based on epoch length this is ~12 hrs (in epochs)
77
- delegationUnbondingPeriod : 2 # epochs
77
+ delegationUnbondingPeriod : 24 # epochs
78
78
delegationRatio : 100 # 100x (multiplier)
79
79
rebateAlphaNumerator : 85
80
80
rebateAlphaDenominator : 100
@@ -88,7 +88,7 @@ contracts:
88
88
proxy : true
89
89
init :
90
90
controller : " ${{Controller.address}}"
91
- issuanceRate : " 1000000012184945188 " # 3 % annual rate. rate* 365*60*60*24/13
91
+ issuanceRate : " 1000000004101798 " # 1 % annual rate. rate^( 365*60*60*24/13)
92
92
GRTAssetHolder :
93
93
init :
94
94
adjudicatorAddress : " 0xaa94bed44fc8195b029628341f13a695f1348c04"
You can’t perform that action at this time.
0 commit comments