-
Notifications
You must be signed in to change notification settings - Fork 396
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
Verifying contract is failing on rinkeby network #56
Comments
I'm also getting the same issue using the most recent pull. [Error - 9:40:12 PM] solc error: TypeError: solc.compileStandardWrapper is not a function I had everything verifying perfectly on the version from around a week ago. |
I just downloaded the v1.0.1 that had initially been working for me, followed every step to the T, and I'm getting the verification failure on this build as well. |
Yeah same here @h0rizons. Yesterday was flawless but today not so much everything else works minting, WL, Presale, Public Sale, reveal. I don't know if is rinkeby restriction for verification. |
Hi @hecomp and @h0rizons, Can you please run the following command inside the > yarn upgrade @nomiclabs/hardhat-etherscan If this solves the issue we are gonna update the dependency and push a new commit to |
Sorry, I forgot to mention that you should also update the version number in the "@nomiclabs/hardhat-etherscan": "^3.0.3", |
Was a problem on etherscan and is fixed now |
Thank you guys, gonna close this but feel free to open a new issue if anything strange happens again! 😉 |
Hmm I'm still getting the error. I got it to successfully verify last night, and I tried again today with a new contract and I'm getting the error again. I tried your suggestions and got everything updated successfully, but it still isn't working. Thanks for your help - really appreciate it.
|
Hi @h0rizons, I'm afraid we just have to wait... 😞 |
Sorry @liarco, I saw your earlier comment and thought that it was sorted. So none of the versions will verify on rinkeby right now? |
@h0rizons it was working until a few hours ago, but it might be Etherscan's fault here. The verification service is not working properly and chances are:
At the moment I got reports from users failing to verify on Rinkeby, not the Mainnet. But I haven't had the chance to test the Mainnet myself. |
@h0rizons everything is working again on my side (nothing changed) so I think this has nothing to do with our code, nor the library. It's probably something wrong with Etherscan. |
I'm having the same problem plugin error but can't figure out if its hardhat or etherscan. |
@hamhocks it's a known issue these days, the Hardhat team states it's not their fault (and it sounds possible since verification fails/succeeds randomly without any change in the code), so Etherscan seems to be the culprit here. Here are some references to relevant issues:
Anyway this seems not related to our code specifically. |
`Error in plugin @nomiclabs/hardhat-etherscan: The contract verification failed.
Reason: Fail - Unable to verify
For more info run Hardhat with --show-stack-traces
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.`
The text was updated successfully, but these errors were encountered: