Replies: 2 comments
-
Hello @coderharsx1122 Your code looks good, so the issue is either in your deploy scripts or your contract code, so please link your repository, so I can find what exactly is causing error. And corrected explanation to your // Below will just run thru all scripts in deploy folder with given tag "all", so everything will be deployed to testing
await deployments.fixture(["all"]) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Current version of |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Getting this error at lesson 7 while running my test
TypeError: no matching function (argument="key", value="address", code=INVALID_ARGUMENT, version=6.6.7)
Here is the code
Beta Was this translation helpful? Give feedback.
All reactions