Replies: 2 comments
-
I think the answer here is the same as in #4004 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I am going to deploying contract to ethereum sepolia testnet using hardhat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the Testing contracts: https://hardhat.org/tutorial/testing-contracts#5.-testing-contracts
I'm getting an error because waitForDeployment is not a function.
Within the deployTokenFixture:
Here are the available keys within hardhatToken object:
Looks like something has been updated and waitForDeployment isn't needed anymore? The tests are all passing without it.
Beta Was this translation helpful? Give feedback.
All reactions