Skip to content

Commit

Permalink
feat: reduces to 500
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Sep 20, 2024
1 parent 8eb78b9 commit 6ee91d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/scripts/core/DeployCore.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ contract DeployTestnet is Script {
);
uint16 feePercent = 2;
uint16 providerPenaltyPercent = 5;
uint64 commitmentDispatchWindow = 2000;
uint64 commitmentDispatchWindow = 500;
uint256 blocksPerWindow = 10;
uint256 withdrawalDelay = 24 * 3600 * 1000; // 24 hours in milliseconds
uint256 protocolFeePayoutPeriodBlocks = 5 * 3600; // 1 hour with 200ms blocks
Expand Down

0 comments on commit 6ee91d4

Please sign in to comment.