-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You must provide the json interface of the contract when instantiating a contract object #2032
Comments
Solution: then we found if we change the web3 version from 1.0.0-beta.36 back to 1.0.0-beta.35 , the bug disappeared:
|
Possible reason of throwing error are : Either ABI is not provided or ABI is not an array as per the code below.
And this has not changed from |
I'm closing this issue because it seems like it isn't an issue of web3. |
Please open a new issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when i try to get a contract object with web3 from Rinkelby net , here comes a error out :
error msg: Error: You must provide the json interface of the contract when instantiating a contract object.
The text was updated successfully, but these errors were encountered: