Skip to content

Commit

Permalink
fix: 2 epochs length
Browse files Browse the repository at this point in the history
  • Loading branch information
AnshuJalan committed Aug 20, 2024
1 parent b00ce14 commit 76009a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartContracts/src/avs/libraries/PreconfConstants.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pragma solidity 0.8.25;

library PreconfConstants {
uint256 internal constant TWO_EPOCHS = 384;
uint256 internal constant TWO_EPOCHS = 768;
}

0 comments on commit 76009a8

Please sign in to comment.