Skip to content

Commit

Permalink
Update EigenDAServiceManagerStorage.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 committed Apr 16, 2024
1 parent 52bb461 commit 6168986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/core/EigenDAServiceManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract contract EigenDAServiceManagerStorage is IEigenDAServiceManager {
* these quorum numbers have respective canonical thresholds in the
* quorumConfirmationThresholdPercentages and quorumAdversaryThresholdPercentages above.
*/
bytes public constant quorumNumbersRequired = hex"0001";
bytes public constant quorumNumbersRequired = hex"00";

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

0 comments on commit 6168986

Please sign in to comment.