Skip to content

Commit

Permalink
fix(breaking): add storage gap to da service manager storage
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Jan 26, 2024
1 parent 165e760 commit e95f510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contracts/src/core/EigenDAServiceManagerStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ abstract contract EigenDAServiceManagerStorage is IEigenDAServiceManager {
/// @notice address that is permissioned to confirm batches
address public batchConfirmer;

// storage gap for upgradeability
// slither-disable-next-line shadowing-state
uint256[47] private __GAP;

}

0 comments on commit e95f510

Please sign in to comment.