Etherscan Contract Verification Not Working #4671
Unanswered
dino-rodriguez
asked this question in
Help
Replies: 1 comment
-
gm @dino-rodriguez, this seems to be an issue with the location of your OpenZeppelin imports, either being missing or placed in the wrong directory. Generally if you're able to run Your contract does appear to be verified now, leaving a reference for future users! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to verify my contract via
forge create
by adding the appropriate flags. When it gets to the verification step, I get:Does anyone know how to fix this? It seems it's an issue with me using the openzeppelin library via node modules.
I can compile, deploy, and transact with my contract locally using
anvil
, so it's not a compilation issue (I mean the contract is successfully deployed, it just fails verification).Beta Was this translation helpful? Give feedback.
All reactions