-
Notifications
You must be signed in to change notification settings - Fork 58
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
read property 'decodeMethod' of undefined when starting on private chain #60
Comments
Can you pull the latest Master and test again I'm interested in knowing if the problem is from web3 not getting the blocks for some reason |
Just cloned master again and the error persists. |
@ice09 |
I used ganache, version 1.0 |
I used ganache, version 1.1.0-beta now, same error:
|
I assume since you use ganache that you are deploying your contracts correct? if that's the case are you sure you have your contract ABI's set in the ABI folder? |
I deployed with remix and copied the ABI (as copied from remix) to address.json in contracts folder, address as shown in remix. |
I think I know whats going on, can you copy your ABI file exactly like it is on address.json and post it here? You might be copying the whole generated JSON file and only part of it is the actual required ABI. |
sure:
|
When using watch against private chain, it works, but creates errors on startup:
The text was updated successfully, but these errors were encountered: