@@ -33,7 +33,7 @@ contracts:
33
33
proxy : true
34
34
init :
35
35
controller : " ${{Controller.address}}"
36
- lengthInBlocks : 6646 # 24 hours (in 13 second blocks)
36
+ lengthInBlocks : 1108 # 4 hours (in 13 second blocks)
37
37
GraphToken :
38
38
init :
39
39
initialSupply : " 10000000000000000000000000000" # 10,000,000,000 GRT
@@ -69,12 +69,12 @@ contracts:
69
69
init :
70
70
controller : " ${{Controller.address}}"
71
71
minimumIndexerStake : " 100000000000000000000000" # 100,000 GRT (in wei)
72
- thawingPeriod : 186092 # 28 days (in blocks)
72
+ thawingPeriod : 6646 # 10 days (in blocks)
73
73
protocolPercentage : 10000 # 1% (parts per million)
74
74
curationPercentage : 100000 # 10% (parts per million)
75
- channelDisputeEpochs : 7 # (in epochs)
76
- maxAllocationEpochs : 28 # Based on epoch length this is 28 days (in epochs)
77
- delegationUnbondingPeriod : 28 # Based on epoch length this is 28 days (in epochs)
75
+ channelDisputeEpochs : 2 # (in epochs)
76
+ maxAllocationEpochs : 6 # Based on epoch length this is 28 days (in epochs)
77
+ delegationUnbondingPeriod : 6 # Based on epoch length this is 28 days (in epochs)
78
78
delegationRatio : 16 # 16x (delegated stake to indexer stake multiplier)
79
79
rebateAlphaNumerator : 77 # rebateAlphaNumerator / rebateAlphaDenominator
80
80
rebateAlphaDenominator : 100 # rebateAlphaNumerator / rebateAlphaDenominator
0 commit comments