Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add storage gap variable to the CommitteeUpgradeable contract (#19228)
## Description In the case the `CommitteeUpgradeable` contract needs to include more storage variables, a storage gap variable is needed to reserve storage slots so the child contract state is not overwritten. ## Test plan Contract upgrade unit tests
- Loading branch information