docs: add Hardhat verification, deployment artifacts, and proxy contract guides#113
Merged
docs: add Hardhat verification, deployment artifacts, and proxy contract guides#113
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…act guidance Adds concise coverage for the three gaps in verification docs: - Verify with Hardhat: hardhat-verify plugin Sourcify config + usage - Verify from deployment artifacts: how to extract metadata from hardhat-deploy JSON files and map fields to the API request - Proxy contracts: each contract verified separately, may use different compiler versions - Removes deprecated andantino from supported chains table Amp-Thread-ID: https://ampcode.com/threads/T-019c7634-cb49-73e3-971f-fce5d6d67030 Co-authored-by: Amp <amp@ampcode.com>
8c3887d to
c9edca8
Compare
bpierre
approved these changes
Feb 19, 2026
Member
bpierre
left a comment
There was a problem hiding this comment.
some conflicts to address, lgtm otherwise
Amp-Thread-ID: https://ampcode.com/threads/T-019c768c-6025-73cf-92b8-5c45be38dc55 Co-authored-by: Amp <amp@ampcode.com>
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.
Problem
A partner (Keno from Everdawn) deployed contracts with Hardhat on mainnet and couldn't figure out how to verify them. The existing docs only cover Foundry workflows. Key gaps:
Changes
Adds three new sections to
/quickstart/verify-contracts:Verify with Hardhat
hardhat-verifyplugin configuration with Sourcify mode pointing atcontracts.tempo.xyzVerify from Deployment Artifacts
Verifying Proxy Contracts
Also removes the deprecated
andantinotestnet from the supported chains table.