Replies: 1 comment 3 replies
-
Can you mention what is the error? Also what logic do you have in the constructor? I think you're probably running into this issue: It's possible that the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running a test via
npx hardhat test
, The deploy() method fails a majority of the time. If I continue to execute the test many times over, it will successfully execute on occasion. Not sure what I could be missing here. Running ethers 5.6.2, hardhat 2.9.2, and node v16. Using local hardhat node.Beta Was this translation helpful? Give feedback.
All reactions