wighawag / hardhat-deploy

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

waitConfirmations > 1 on hardhat network stalls deployment #304

Open tzapu opened 2 years ago

tzapu commented 2 years ago

Describe the bug When specifying waitConfirmations > 1 for a deploy and the network is not live (ie hardhat), the deploy process stalls.

To Reproduce Steps to reproduce the behavior: deploy a contract with waitConfirmations > 1 and network set to hardhat

Expected behavior To ignore confirmations on a non live network

versions

Thank you for a wonderful piece of software