Skip to content

Commit

Permalink
chore: update gap
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatil12 committed Aug 8, 2024
1 parent 21e5330 commit e71a0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/core/AVSDirectoryStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ abstract contract AVSDirectoryStorage is IAVSDirectory {
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[40] private __gap;
uint256[43] private __gap;
}

0 comments on commit e71a0b8

Please sign in to comment.