Replies: 2 comments 3 replies
-
Could you provide your SimpleStorage code as well as the full script for the deploy.js. |
Beta Was this translation helpful? Give feedback.
3 replies
-
In version 6 this is the method from BaseContract class which is inherited by the contract you are trying to deploy: |
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.
-
Time : 8:41:15
In the above code I am getting this error:
TypeError: no matching function (argument="key", value="deployed", code=INVALID_ARGUMENT, version=6.6.1)
Probably, I am getting error in 'await simpleStorage.deployed()' . But why?
Also, I am not able to access any of simplStorage function. It is giving error on .address .retrieve as well.
Beta Was this translation helpful? Give feedback.
All reactions