ContractVerificationMissingBytecodeError: Failed to send contract verification request. #5735
-
I'm trying to deploy the SimpleStorage contract using hardhat deploy in Sepolia network and getting the error. All my code resides in this GitHub repo: https://github.com/satishnvrn/hardhat-smart-contracts My node version is 18.16.0 I tried to wait for 20 blocks to confirm and verify my contract. This is the error I get when I run
I tried it multiple times and it is consistently giving this error. I even deleted artifacts and cache folder and retried. No luck |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
See here (Bytecode not found error in verification request (chapter 6) #5720) |
Beta Was this translation helpful? Give feedback.
-
I made some changes based on https://github.com/PatrickAlphaC/hardhat-simple-storage-fcc/tree/typescript and add this line
and it works fine. |
Beta Was this translation helpful? Give feedback.
package.json
file