Move UUPSUpgradeable to proxy/utils
(cherry picked from commit b9125001f0)
This commit is contained in:
@ -3,8 +3,6 @@
|
||||
// solhint-disable-next-line compiler-version
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
import "../../utils/Address.sol";
|
||||
|
||||
/**
|
||||
* @dev This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed
|
||||
* behind a proxy. Since a proxied contract can't have a constructor, it's common to move constructor logic to an
|
||||
|
||||
Reference in New Issue
Block a user