Skip to content

Commit

Permalink
Update quorumConfirmationThresholdPercentages (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0aa0 authored Mar 19, 2024
1 parent b88f03c commit 33d7268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/src/core/EigenDAServiceManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ abstract contract EigenDAServiceManagerStorage is IEigenDAServiceManager {
* this is the percentage of the total stake needed to confirm a blob.
* The first byte is the threshold for quorum 0, the second byte is the threshold for quorum 1, etc.
*/
bytes public constant quorumConfirmationThresholdPercentages = hex"4242";
bytes public constant quorumConfirmationThresholdPercentages = hex"3737";

/**
* @notice The quorum numbers required for confirmation stored as an ordered bytes array
Expand Down

0 comments on commit 33d7268

Please sign in to comment.