Lesson 5 Issues with deployTransaction #4925
-
Hi all, presently stuck at about 7:03:xx in the course where Patrick is discussing delaying the deployment of the contract by x number of blocks. This should be pretty simple by using .deployTransaction.wait(x) on the contract object that comes from the ContractFactory but I'm getting an error saying there's no matching function with vscode strongly pushing me to use .deploymentTransaction which obviously yields a different (and incorrect) outcome. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm facing the same issue, if you found a solution for this, sharing it would be highly helpful, Thanks. |
Beta Was this translation helpful? Give feedback.
-
OH, is that so! thank you. |
Beta Was this translation helpful? Give feedback.
I'm facing the same issue, if you found a solution for this, sharing it would be highly helpful, Thanks.