We have a hardhat project with our own deterministic factory, that is already deployed.
Is there any way we could use hardhat-deploy with our own deterministic factory?
I couldn't find any examples of where with hardhat-deploy to generate the custom call to deploy the contract via the our custom factory.
Any pointers to docs or examples would be greatly appreciated!
We have a hardhat project with our own deterministic factory, that is already deployed. Is there any way we could use hardhat-deploy with our own deterministic factory? I couldn't find any examples of where with hardhat-deploy to generate the custom call to deploy the contract via the our custom factory. Any pointers to docs or examples would be greatly appreciated!
This is how our factory looks like: