Skip to content

Commit 51fc595

Browse files
authored
1 parent 6b4e759 commit 51fc595

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/DeployHoodi.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ contract DeployHoodi is DeployBase {
7575
config.defaultAvgPerfLeewayBP = 300;
7676
config.defaultRewardShareBP = 5834; // 58.34% of 6% = 3.5% of the total
7777
config.defaultStrikesLifetimeFrames = 6;
78-
config.defaultStrikesThreshold = 2;
78+
config.defaultStrikesThreshold = 3;
7979
config.queueLowestPriority = 5;
8080
config.defaultQueuePriority = 5;
8181
config.defaultQueueMaxDeposits = type(uint32).max;
@@ -109,7 +109,7 @@ contract DeployHoodi is DeployBase {
109109
config.identifiedCommunityStakersGateRewardShareData.push([1, 10000]);
110110
config.identifiedCommunityStakersGateRewardShareData.push([17, 5834]);
111111
config.identifiedCommunityStakersGateStrikesLifetimeFrames = 6;
112-
config.identifiedCommunityStakersGateStrikesThreshold = 2;
112+
config.identifiedCommunityStakersGateStrikesThreshold = 4;
113113
config.identifiedCommunityStakersGateQueuePriority = 0;
114114
config.identifiedCommunityStakersGateQueueMaxDeposits = 10;
115115
config

0 commit comments

Comments
 (0)