Skip to content

Commit

Permalink
chore(contracts): smol changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 24, 2025
1 parent 3dff907 commit 4101bf6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions smart-contracts/src/contracts/OperatorsRegistryV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,12 @@ contract OperatorsRegistryV1 is IOperatorsRegistryV1, OwnableUpgradeable, UUPSUp
/// @notice The address of the Symbiotic restaking middleware
IRestakingMiddlewareV1 public SYMBIOTIC_RESTAKING_MIDDLEWARE;

/**
* @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
* This can be validated with the Openzeppelin Foundry Upgrades toolkit.
*
* Total storage slots: 50
*/
/// @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
/// This can be validated with the Openzeppelin Foundry Upgrades toolkit.
///
/// Total storage slots: 50
uint256[44] private __gap;

// ===================== ERRORS ======================== //
Expand Down

0 comments on commit 4101bf6

Please sign in to comment.