Skip to content

Commit

Permalink
fixed BDP-03
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbeny committed May 9, 2024
1 parent 7944b91 commit 41a9db3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/contracts/src/Base/BaseDaofinPlugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,7 @@ abstract contract BaseDaofinPlugin is
interfaceId == type(ProposalUpgradeable).interfaceId ||
super.supportsInterface(interfaceId);
}

/// @notice This empty reserved space is put in place to allow future versions to add new variables without shifting down storage in the inheritance chain (see [OpenZeppelin's guide about storage gaps](https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps)).
uint256[50] private __gap;
}

0 comments on commit 41a9db3

Please sign in to comment.