Skip to content

Commit d4a2423

Browse files
committed
refactor: add missing gap
1 parent 7ba1b98 commit d4a2423

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/EjectionManagerStorage.sol

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@ abstract contract EjectionManagerStorage is IEjectionManager {
2727
registryCoordinator = _registryCoordinator;
2828
stakeRegistry = _stakeRegistry;
2929
}
30+
31+
/// @dev This was missing before the slashing release, if your contract
32+
/// was deployed pre-slashing, you should double check your storage layout.
33+
uint256[47] private __gap;
3034
}

0 commit comments

Comments
 (0)