chore: add guide on verifying delegate contracts on Etherscan#13
chore: add guide on verifying delegate contracts on Etherscan#13igorroncevic wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds documentation and scripts for contract verification on Etherscan using a dummy delegate, updates the .gitignore to ignore all broadcast logs, and configures the Etherscan API key in foundry.toml. Feedback focuses on reverting the .gitignore change to preserve production deployment logs, removing the explicit etherscan_api_key configuration in foundry.toml as it breaks local development when the environment variable is missing, and updating the README accordingly.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Summary
Adds a contract verification guide for deploying one dummy
Solver7702Delegateper chain, then relying on Etherscan's Similar Match behavior to verify solver EOAs with the same delegate bytecode.The guide also covers verifying an already deployed delegate, and Foundry now reads one
ETHERSCAN_API_KEYfor all chains.Testing
README.mdon any chain.