Skip to content

Commit

Permalink
feat: reserve storage space for future upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Jul 17, 2024
1 parent b075172 commit 37aebc9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ contract UpgradeableBurnMintTokenPool is Initializable, UpgradeableBurnMintToken
/// @dev Can be address(0) if none is configured.
address internal s_rateLimitAdmin;

// Reserved storage space to allow for layout changes in the future.
uint256[50] private __gap;

/// @dev Constructor
/// @param token The bridgeable token that is managed by this pool.
/// @param armProxy The address of the arm proxy
Expand Down

0 comments on commit 37aebc9

Please sign in to comment.