Lesson 9 : Error - unable to deploy Raffle contract on hardhat/localhost : waiting indefinitely #6037
-
I am using ethers 6
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I think in waitConfirmations you are providing value which is more than 1, that's why it is not going through. For local network it should be 1. |
Beta Was this translation helpful? Give feedback.
-
maybe you could share your deploy script to find out the problem |
Beta Was this translation helpful? Give feedback.
I think in waitConfirmations you are providing value which is more than 1, that's why it is not going through. For local network it should be 1.