Verify contracts on Celo
Using Foundry
If you deployed with Foundry, verify withforge verify-contract. Set your API key first — get one at etherscan.io/register:
--verify to forge create or forge script verifies right after deployment using the same ETHERSCAN_API_KEY. A [etherscan] block in foundry.toml is only needed to point Foundry at a custom verifier URL.