-
Notifications
You must be signed in to change notification settings - Fork 26
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
apply HH-verify input simplification #706
Comments
The pseudocode would be:
I don't think we'd be able to reuse the entire logic, because as hh-verify gets its input from the
Yes |
|
Just to clarify. You would approach this by recreating the logic locally with |
Yes, because that logic is not present "as is" in the other plugin. |
The build info used for the input to Etherscan during verification can include extraneous files for the compilation of the contract.
In Hardhat verify there is a simplification step that is attempted to reduce the nubmer of files that have to be sent to Etherscan.
We should replicate this behaviour in Ignition's verify logic.
Questions
The text was updated successfully, but these errors were encountered: