-
Notifications
You must be signed in to change notification settings - Fork 554
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
verfication failed #1076
Comments
I have the same issue. Using solc 0.8.3 instead of 0.8.4 seems to have fixed. Guessing this is related to the issue that makes coverage reports fail on 0.8.4 |
in my case, it fail because the output of
when I add the |
I have the same issue. Using solc 0.8.3 instead of 0.8.4 seems to have fixed. Me too |
This issue maybe cause by flatten wrong. I also got the same problem in Solc 0.6.12. I fix by these steps:
This method can solve verify error temp, hope new version come up early. |
Having similar issues in mine, solc 0.8.0 |
Having similar issue (Brownie 1.16.3, solc 0.8.0) |
Odd, so you're using flattened source to verify ? |
how can i choose the method of verification? I am using |
Possible related issue #1604 |
Environment information
brownie
Version: 1.14.6solc
Version: 0.8.4What was wrong?
Given a contract
brownie compile
runs perfect. But inbrownie console
, verification always fails using eitherdeploy()
orpublish_source()
.How can it be fixed?
I don't know how to fix this.
The text was updated successfully, but these errors were encountered: