wighawag / hardhat-deploy

hardhat deployment plugin
MIT License
1.17k stars 283 forks source link

waitConfirmations doesn't seem to work #406

Closed Koowah closed 1 year ago

Koowah commented 1 year ago

Hi all,

Could anybody tell me if waitConfirmations actually works for them ?

It appears to not work as intended on my end. As shown in the screens below, the verify code executes immediatly after the contract deployment disregarding the 6 block confirmations. Is there a problem with my code ?

Code :

waitConfirmation

Config :

waitConfirmationConfig

Result :

waitConfirmationProble

Thanks for your help, Cheers 😄