From 33d7268de0679abd6c98119015767174bdd6ed1b Mon Sep 17 00:00:00 2001 From: quaq <56312047+0x0aa0@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:26:16 -0500 Subject: [PATCH] Update quorumConfirmationThresholdPercentages (#364) --- contracts/lib/eigenlayer-middleware | 2 +- contracts/src/core/EigenDAServiceManagerStorage.sol | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/lib/eigenlayer-middleware b/contracts/lib/eigenlayer-middleware index f3b5fcad82..48e0aecae3 160000 --- a/contracts/lib/eigenlayer-middleware +++ b/contracts/lib/eigenlayer-middleware @@ -1 +1 @@ -Subproject commit f3b5fcad823ef5c876eebce7e372dd29193a3615 +Subproject commit 48e0aecae3f778356a5009f912ade946b285fe9b diff --git a/contracts/src/core/EigenDAServiceManagerStorage.sol b/contracts/src/core/EigenDAServiceManagerStorage.sol index da7607ed4b..a8ec957e82 100644 --- a/contracts/src/core/EigenDAServiceManagerStorage.sol +++ b/contracts/src/core/EigenDAServiceManagerStorage.sol @@ -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