Learn how to verify smart contracts on Abstract using Foundry.
Get an Abscan API key
Verify an existing contract
forge verify-contract 0x85717893A18F255285AB48d7bE245ddcD047dEAE \ src/Counter.sol:Counter \ --verifier etherscan \ --verifier-url https://api-sepolia.abscan.org/api \ --etherscan-api-key TACK2D1RGYX9U7MC31SZWWQ7FCWRYQ96AD \ --zksync
Was this page helpful?