OriginProtocol/minimal-proxy-example

Incorrect import

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";