Skip to content

Commit

Permalink
threshold values
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Feb 29, 2024
1 parent 5846612 commit e23a416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/src/core/EigenDAServiceManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ abstract contract EigenDAServiceManagerStorage is IEigenDAServiceManager {
*/
uint32 public constant BLOCK_STALE_MEASURE = 150;

bytes public constant quorumAdversaryThresholdPercentages = hex"3232";
bytes public constant quorumConfirmationThresholdPercentages = hex"3232";
bytes public constant quorumAdversaryThresholdPercentages = hex"2121";
bytes public constant quorumConfirmationThresholdPercentages = hex"4242";

/// @notice The current batchId
uint32 public batchId;
Expand Down

0 comments on commit e23a416

Please sign in to comment.