NomicLabsHardhatPluginError: Failed to send contract verification request. #2919
Unanswered
OmarWaqar123
asked this question in
Q&A
Replies: 2 comments 9 replies
-
@OmarWaqar123 Tests issue could be different, but this error is due to etherscan. Give it some time, etherscan does these issues sometimes. Also check your API key usage duration is still valid. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Push to GitHub. I will clone and check w/ my own credentials and let you know. If it works, that would signify the problem in your |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Im stuck in this wierd error.
so the thing is when I first tried to deploy the contract on
goerli
it deployed and verified correctly on etherscan. but after that when I tried to run my staging test it gave me the error of timing out of200000
and as per your suggestions I increased the timeout to500000
, but yet it didn't work (I even increased the timeout to900000
but it didn't work as well). On the next day when I tried to run this commandhh test --network Goerli
it started giving me this error(which was not coming on the previous day)I then tried to deploy the contract again and that's when I started getting that error mentioned in the screenshot above.
it is sometimes giving this error as well .
here is my repo link:
and as I mentioned above the contract is verified on etherscan so here is my contract address;
Beta Was this translation helpful? Give feedback.
All reactions