"no such file or directory" during verification step when deploying to sepolia #5320
Answered
by
techybolek
techybolek
asked this question in
Q&A
-
When deploying to sepolia, I'm getting the following error during the deployment, specifically during verification:
I've tried wiping out artifacts but that doesn't help. Also there is a file under artifacts/build-info but the id/file name is different. |
Beta Was this translation helpful? Give feedback.
Answered by
techybolek
Apr 15, 2023
Replies: 1 comment
-
Found the problem. I had the following in my Raffle.sol:
instead of:
What puzzles me is that it all worked fine on the local network as well as with goerli. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
techybolek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found the problem. I had the following in my Raffle.sol:
instead of:
What puzzles me is that it all worked fine on the local network as well as with goerli.