Closed skosito closed 3 months ago
This update enhances the deployment script documentation by incorporating detailed instructions for contract verification after deployment. It introduces two verification methods—etherscan
and blockscout
—complete with example commands. This addition clarifies the deployment process, ensuring users understand how to verify their contracts effectively.
File Path | Change Summary |
---|---|
v2/scripts/deploy/deterministic/readme.md | Added instructions for verifying contracts using etherscan and blockscout , including example commands. |
Objective | Addressed | Explanation |
---|---|---|
Add a script to automatically verify the contracts on a network (#252) | ✅ |
🐇 In the meadow, contracts bloom,
Withetherscan
, chase away the gloom.
blockscout
joins the joyous ride,
Verification cleared, let worries subside!
🥕 Hops and scripts, a perfect blend,
Happy coding, my furry friend! 🐰
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.81%. Comparing base (
3481d17
) to head (100078e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
closes: #252
tested on etherscan and blockscout explorers for sepolia network
Summary by CodeRabbit
etherscan
andblockscout
, complete with example commands for clarity.