-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adds verification for zksync block explorer #599
Conversation
…dry-zksync into db/testing-verification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the awesome PR!
Fails when using |
Has this feature been included in a release yet? Keen to test it out! |
Hey @jarrodwatts, I believe this feature made it into our nighlty release for a few days at the very least :) |
Motivation
Previously using
--verify
targeting ZKsync block explorer verification service it would failCloses Contract source verification failure #566
Solution
ZkVerificationProvider
formatted to adhere to ZKsync verification service while maintaining the Etherscan verificationzksync
verifier, should be used alongside--verifier-url
Example usage
Using
forge create
Using
forge verify-check
verifier
andverifier-url
Using
forge verify-contract
Foundry-zksync-book
TODO
forge verify-check
forge verify-contract