Move UUPSUpgradeable to proxy/utils

(cherry picked from commit b9125001f0)
This commit is contained in:
Hadrien Croubois
2021-04-19 20:44:10 +02:00
parent 2fa86736dd
commit 915109b2c4
4 changed files with 2 additions and 4 deletions

View File

@ -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