-
I am able to deploy the contract to the goerli testnet, but I am unable to verify the contract when executing:
I attempted to manually input the constructor parametrs using:
but this approach also failed. I'm not sure what's impeding the ability to verify. Github link to 01-deploy, Raffle.sol, verify.js, hardhat.config, helper-hardhat-config, and the deployments output file: |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 17 replies
-
@Robbe98 : You are not correctly verifying (manually) I will make a PR in your repo for your help to verify manually! |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, the verification is still failing with the updated values (thank you for pointing out that error though). Here is the first error I get:
so then I run the manual verify from the command line using:
which gives me the following output:
|
Beta Was this translation helpful? Give feedback.
-
@Robbe98 : Kindly follow my method: and merge my PRs and then pull them in your code and try exactly what I told above! OR Add
Inside it! then run the command I told above! |
Beta Was this translation helpful? Give feedback.
-
I am still running into the error:
even after using in the command line:
|
Beta Was this translation helpful? Give feedback.
-
Is your repo updated with all the changes? I will look into it; this is a common problem which can be fixed easily. |
Beta Was this translation helpful? Give feedback.
-
And let me know if it resolved your issue! |
Beta Was this translation helpful? Give feedback.
Is your repo updated with all the changes? I will look into it; this is a common problem which can be fixed easily.