-
Hi, since I am having issues with my Raffle Stagingtest I redeployed using To be sure I wrote a script which only verifies the deployed contract but I get the same error:
When I google the Error reason it seems like its a Nomic problem, but I have had this since 4 days... Edit: On Etherscan it says:
I understand that etherscan is clever and sees that I have already depolyed the same contract before and uses that verification for the new one. But shouldnt I be able to verify it again? And not get such a weird Error message and rather something like "already verified"? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Maybe check this==> #2314 (comment) |
Beta Was this translation helpful? Give feedback.
-
thx for the link! Unfortunately I don't find a solution for my problem in that thread. My Verify script in the script Folder which I call with
hardhat.config.js
helper-hardhat-config.js
|
Beta Was this translation helpful? Give feedback.
-
Ok I deployed the contract again reusing the existing contract I created yesterday on goerli testnet and this time got a timeout error. So I disconnected from my VPN (which I had disconnected it yesterday, too) and ran the deployscript again and now the verification worked 🎉 |
Beta Was this translation helpful? Give feedback.
Ok I deployed the contract again reusing the existing contract I created yesterday on goerli testnet and this time got a timeout error. So I disconnected from my VPN (which I had disconnected it yesterday, too) and ran the deployscript again and now the verification worked 🎉
I can't tell why tho other than time has passed. which doesnt make sense since I have been working on this since a couple days...