File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ contract DeployHoodi is DeployBase {
75
75
config.defaultAvgPerfLeewayBP = 300 ;
76
76
config.defaultRewardShareBP = 5834 ; // 58.34% of 6% = 3.5% of the total
77
77
config.defaultStrikesLifetimeFrames = 6 ;
78
- config.defaultStrikesThreshold = 2 ;
78
+ config.defaultStrikesThreshold = 3 ;
79
79
config.queueLowestPriority = 5 ;
80
80
config.defaultQueuePriority = 5 ;
81
81
config.defaultQueueMaxDeposits = type (uint32 ).max;
@@ -109,7 +109,7 @@ contract DeployHoodi is DeployBase {
109
109
config.identifiedCommunityStakersGateRewardShareData.push ([1 , 10000 ]);
110
110
config.identifiedCommunityStakersGateRewardShareData.push ([17 , 5834 ]);
111
111
config.identifiedCommunityStakersGateStrikesLifetimeFrames = 6 ;
112
- config.identifiedCommunityStakersGateStrikesThreshold = 2 ;
112
+ config.identifiedCommunityStakersGateStrikesThreshold = 4 ;
113
113
config.identifiedCommunityStakersGateQueuePriority = 0 ;
114
114
config.identifiedCommunityStakersGateQueueMaxDeposits = 10 ;
115
115
config
You can’t perform that action at this time.
0 commit comments