This repository has been archived by the owner on Jan 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 130
verifying contracts that was not deployed using truffle #24
Labels
bug
Something isn't working
Comments
|
Good catch, thanks! I don't think line 30/31 is necessary cause it's already included in line 93 (there should be no way for network.address to be undefined while the network is defined). enforceOrThrow(
artifact.networks && artifact.networks[`${options.networkId}`],
`No instance of contract ${artifact.contractName} found for network id ${options.networkId}`
) Do you want to raise a PR for this, or shall I update it and push it? |
Thanks for the fast response! I didn't fork the code, maybe it is easier if you could include this in your next release. |
Sure, will do. Thanks again! |
rkalis
added a commit
that referenced
this issue
Dec 10, 2019
This is fixed in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Without something like this:
We would have error "Cannot set property 'address' of undefined"
The text was updated successfully, but these errors were encountered: