This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: