hardhat-zksync-deploy doesn't log deployed address nor save deployment result
levx-me opened this issue · 3 comments
'hardhat-deploy' logs deployed address and saved relevant data under /deployments
'hardhat-zksync-deploy' doesn't
why?
Currently, hardhat-zksync-deploy
doesn't have a support deployment cache feature. However, you have the option to use the hardhat-deploy
community plugin for deploying contracts on zkSync as well.
can I use hardhat-deploy
as well?
then what's the role of hardhat-zksync-deploy
?
can I use
hardhat-deploy
as well? then what's the role ofhardhat-zksync-deploy
?
Hi @levx-dev,
Recently I've been developing this helper plugin for deploying contract on zksync, and continuosly adding features to it. At the moment you can run it with the hardhat deploy
task, then the deployment data including Proxy, implementation address, initialization arguments, and so on, are logged into a json file in deployments-zk
folder.
Here's the repo, feel free to fork and contribute to the development: zksync-deploy-helper