Skip to content

Commit 89522d9

Browse files
committed
fix: adjust storage gap
1 parent 9efe0ed commit 89522d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/contracts/core/AVSDirectoryStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ abstract contract AVSDirectoryStorage is IAVSDirectory {
5959
* variables without shifting down storage in the inheritance chain.
6060
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
6161
*/
62-
uint256[48] private __gap;
62+
uint256[46] private __gap;
6363
}

src/contracts/core/AllocationManagerStorage.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ abstract contract AllocationManagerStorage is IAllocationManager {
108108
* variables without shifting down storage in the inheritance chain.
109109
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
110110
*/
111-
uint256[38] private __gap;
111+
uint256[36] private __gap;
112112
}

0 commit comments

Comments
 (0)