Hey all, I was trying to get some hand-on experience on upgradeable contracts. I usually use the hardhat-deploy
package by wighawag for deploying contracts. However, it seems like didn't mention how it integrates with the UUPS proxy for deploying upgradeable contracts.
Here explained how hardhat-deploy
deploy upgradeable contract while it only discussed the OpenZeppelinTransparentProxy and Diamonds(EIP2535)
I have then searched around it's issues and found an issue about working around uups with hardhat-deploy
here; yet, it seems like didn't come up a solution.
I would like to ask if anyone tried to deploy uups upgradeable with hardhat-deploy
?
Environment
Hardhat