lesson #9 - Getting this error when deploying my raffle contract on rinkeby test net #2229
-
lesson #9 - Getting this error when deploying my raffle contract on rinkeby testnet 01-deploy-lottery.js
hardhat.config.js
helper-hardhat-config.js
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 22 replies
-
@thatboyankit : In your Change this line of code from this : To : |
Beta Was this translation helpful? Give feedback.
-
@thatboyankit Push the code to GitHub and leave a link here. |
Beta Was this translation helpful? Give feedback.
-
There are two pending PRs, merge them and let me know if that fixes it. |
Beta Was this translation helpful? Give feedback.
@thatboyankit : In your
01-deploy-lottery.js
file :Change this line of code from this :
waitConfirmations: waitBlockConfirmations
To :
waitConfirmations: network.config.blockConfirmations || 1