Add automatic AztecScan contract verification after devnet deployment#243
Open
FilipHarald wants to merge 1 commit intoAztecProtocol:nextfrom
Open
Add automatic AztecScan contract verification after devnet deployment#243FilipHarald wants to merge 1 commit intoAztecProtocol:nextfrom
FilipHarald wants to merge 1 commit intoAztecProtocol:nextfrom
Conversation
- Add verify_on_aztecscan.ts with artifact and instance verification using raw fetch - Update deploy_contract.ts to verify PodRacing on AztecScan after deploy (best-effort) - Use raw Noir compiler JSON artifact for verification (not codegen'd ContractArtifact) - Add AztecScan config to devnet.json and config.ts - Fix proverEnabled in setup_wallet.ts (required for devnet, disabled for local) - Fix hardcoded 120s deploy timeout in deploy_account.ts to use config-based timeouts Tested end-to-end on devnet: artifact verification 201, instance verification 200.
Author
|
Hey @critesjosh I don't know if you would like to keep this repo to a minimal, or more like a general tool. I made it work with our latest release on devnet at least. Copying most of what I did in https://github.com/aztec-scan/aztec-scan-sdk |
critesjosh
reviewed
Feb 25, 2026
Collaborator
critesjosh
left a comment
There was a problem hiding this comment.
I like this idea. Can you add to the README additional instructions about what verifying on aztecscan is and why do it?
| }, | ||
| "aztecscan": { | ||
| "apiUrl": "https://api.devnet.aztecscan.xyz", | ||
| "apiKey": "temporary-api-key" |
Collaborator
There was a problem hiding this comment.
im assuming this key is retrieved from your site?
Author
There was a problem hiding this comment.
Well, yes, but we don't have signup yet. So this will work for all users for now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested end-to-end on devnet: artifact verification 201, instance verification 200.