rkalis / truffle-plugin-verify

✅ Verify your smart contracts on Etherscan from the Truffle CLI
https://kalis.me/verify-truffle-smart-contracts-etherscan/
MIT License
467 stars 130 forks source link

Add Celo mainnet as a target EVM network #165

Closed aaronmboyd closed 1 year ago

aaronmboyd commented 2 years ago

Working PR.

Could not demonstrate verification on celoscan.xyz in the MetaCoin example folder. Dotenv configured correctly, getting 'Invalid API key" errors returned from the POST. API Key is valid and provided in the POST body.

Might be an issue with Celoscan since I can't even verify by posting directly from Postman. I'll update the PR once I find out more.

rkalis commented 1 year ago

Hey, thanks for initially picking this up. I recently moved the package to TypeScript and refactored a bunch of code regarding API key selection, so this PR differs too much. But I integrated Celo into the package as part of those recent refactorings. Thanks again for the help!