Contract Not Verifying On Goerli #2424
Replies: 3 comments 8 replies
-
Goerli has been bugging lately when it comes to contract verification. Try and verify your contract on rinkeby and if everything works out well, then you don't have to be worried about your code. You just have to try verifying the contract on goerli again later when hopefully they'll have fixed the issue on the network. |
Beta Was this translation helpful? Give feedback.
-
Try Rinkeby/Kovan. Additionally, a different RPC provider if possible. |
Beta Was this translation helpful? Give feedback.
-
The same was happening to me last night with Goerli. I tried at least 20 times, with cleaning recompiling, nothing worked. I even tried manually doing it on Etherscan, didn't work. So I shut the computer down, tried it again today after work and it worked on second try 😀 Nothing to do with the code. Just a buggy goerli! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can't verify contract on goerli, After deploying and tries to verify, it says:
This is my hardhat config
Beta Was this translation helpful? Give feedback.
All reactions