Added gaps at the end of the storage of each contract.
This commit is contained in:
@ -76,4 +76,6 @@ contract Ownable is Initializable {
|
||||
emit OwnershipTransferred(_owner, newOwner);
|
||||
_owner = newOwner;
|
||||
}
|
||||
|
||||
uint256[50] private ______gap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user