[Contract Verification] Verify bytecodehash vs verify contract #406
Replies: 2 comments 24 replies
-
@agsola Unfortunately at the moment we don't support bytecode based verification. This means each contract should be verified manually after deployment. |
Beta Was this translation helpful? Give feedback.
20 replies
-
@bxpana , has there been any change? Why do you keep closing the ticket? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I deploy a contract with deployDeps, the deps code is deployed, but they don't have any contract associated until I use a create or create2.
How can I verify their bytecodehash to allow automatic verification once they are deployed?
Beta Was this translation helpful? Give feedback.
All reactions