Skip to content

Commit

Permalink
update gap variables
Browse files Browse the repository at this point in the history
  • Loading branch information
gretzke committed Oct 4, 2023
1 parent 94c2ebf commit 91136a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/DefaultEmissionManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ contract DefaultEmissionManager is Ownable2StepUpgradeable, IDefaultEmissionMana
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[50] private __gap;
uint256[48] private __gap;
}
2 changes: 1 addition & 1 deletion src/PolygonMigration.sol
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@ contract PolygonMigration is Ownable2StepUpgradeable, IPolygonMigration {
* variables without shifting down storage in the inheritance chain.
* See https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[50] private __gap;
uint256[48] private __gap;
}

0 comments on commit 91136a0

Please sign in to comment.