Skip to content

Commit

Permalink
fix(contracts/operators): fix storage gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 22, 2025
1 parent 9ae3e0f commit a2161bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contract OperatorsRegistryV1 is IOperatorsRegistryV1, OwnableUpgradeable, UUPSUp
*
* Total storage slots: 50
*/
uint256[43] private __gap;
uint256[44] private __gap;

// ========= Initializer & Proxy functionality ========= //

Expand Down

0 comments on commit a2161bf

Please sign in to comment.