-
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jan 12, 2022
Replies: 1 comment 2 replies
-
Hello @InsidTrifl This could be due to the "duplication" of the contract, if your code is exactly the same as on the course, it'll be automatically verified. Take in mind the same group of characters will generate the exact bytecode, also make sure your private key from EtherScan is correctly added to your env variables. anyways try the following:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @InsidTrifl This could be due to the "duplication" of the contract, if your code is exactly the same as on the course, it'll be automatically verified. Take in mind the same group of characters will generate the exact bytecode, also make sure your private key from EtherScan is correctly added to your env variables. anyways try the following:
verify=True
to false, and see if it gets automatically verified.