wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.19k stars 292 forks source link

Deployments for forking on local node #306

Closed kotsmile closed 2 years ago

kotsmile commented 2 years ago

When i want to test my dapp on local node for frontend, i want to use forking and contract from forked network

Firstly, be really good if hre object has field responds for test or not (to separate local node from local node for testing) Secondly, add ability to add another contracts to local node like in testing (keepExistingDeployments)