Oz upgradable hardhat lib - how to use custom Proxy.sol contract?

I didn't found any explanations or examples about topic.
Wanted to use hardhat oz api: https://docs.openzeppelin.com/upgrades-plugins/1.x/api-hardhat-upgrades
But I have original Proxy.sol (filename for example) file that I need to use for upgradable smart contract (my implementation file.sol [filename e.g.]).
Can you help me?

The plugin does not support custom proxies at the moment. Feel free to comment in https://github.com/OpenZeppelin/openzeppelin-upgrades/issues/231 and share your requirements there so we can consider it further. For example, what do you want to do in your Proxy.sol that you cannot do with the proxies from OpenZeppelin Contracts?

1 Like