Skip to content

Commit

Permalink
Merge pull request #30 from membranefi/feat/add_gap
Browse files Browse the repository at this point in the history
Add gap
  • Loading branch information
microbecode committed Dec 12, 2022
2 parents 1409f41 + 369cd0f commit d194177
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/EUROe.sol
Expand Up @@ -236,4 +236,11 @@ contract EUROe is
) external onlyRole(RESCUER_ROLE) {
token.safeTransfer(to, amount);
}

/**
* @dev 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 https://docs.openzeppelin.com/contracts/4.x/upgradeable#storage_gaps
*/
uint256[50] private __gap;
}

0 comments on commit d194177

Please sign in to comment.