diff --git a/contracts/proxy/utils/UUPSUpgradeable.sol b/contracts/proxy/utils/UUPSUpgradeable.sol index d1b4a32ec..a794b896a 100644 --- a/contracts/proxy/utils/UUPSUpgradeable.sol +++ b/contracts/proxy/utils/UUPSUpgradeable.sol @@ -67,6 +67,7 @@ abstract contract UUPSUpgradeable is Initializable, IERC1822Proxiable { function __UUPSUpgradeable_init_unchained() internal onlyInitializing { } + /** * @dev Implementation of the ERC-1822 {proxiableUUID} function. This returns the storage slot used by the * implementation. It is used to validate the implementation's compatibility when performing an upgrade.