Incorrect import
Opened this issue · 0 comments
josealonso commented
I'm pretty sure this is incorrect.
import "@openzeppelin/contracts/access/Ownable.sol";
It should be
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";
Opened this issue · 0 comments
I'm pretty sure this is incorrect.
import "@openzeppelin/contracts/access/Ownable.sol";
It should be
import "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol";