Skip to content

Commit

Permalink
Update storage gap
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos authored Oct 10, 2024
1 parent 493c306 commit 1f818c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smart-contracts/contracts/mixins/MixinRoles.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ contract MixinRoles is AccessControlUpgradeable, MixinErrors {
emit LockManagerRemoved(msg.sender);
}

uint256[1000] private __safe_upgrade_gap;
// added -1 slot for the onRoleHook address in v15
uint256[999] private __safe_upgrade_gap;
}

0 comments on commit 1f818c3

Please sign in to comment.