-
Notifications
You must be signed in to change notification settings - Fork 325
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
dapp create doesn't recognize the new dapp.sol.json file #244
Comments
Should work if |
To get this from the json we need to index by the full filepath, e.g.
The caller could provide the fully qualified name with the filepath (useful in case of collisions), or they can provide just the contract name as before, and we select the first instance of it in the json. |
Right, it works with I think that is the best solution, to have both options, full path to avoid collisions, and first instance if not specified. |
#351 fixes this :) |
@gbalabasquer let us know if this fixes your issue and then we can close this :) |
Yes, thanks! |
We've missed to adapt this command.
The text was updated successfully, but these errors were encountered: