sablier-labs / v2-core

⏳ Core smart contracts of the Sablier V2 token distribution protocol
https://sablier.com
Other
314 stars 48 forks source link

Use Etherscan V2 API keys #1092

Closed PaulRBerg closed 4 days ago

PaulRBerg commented 1 week ago

https://github.com/sablier-labs/airdrops/pull/5#discussion_r1850948897

https://x.com/PaulRBerg/status/1849765766129737964

andreivladbrg commented 4 days ago

tried to see if it is possible, but i believe foundry has no support for this yet: https://github.com/foundry-rs/foundry/issues/9196

smol-ninja commented 4 days ago

Can we set a single variable such as ETHERSCAN_API_KEY in .env.deployment.example and then use the same key everywhere in foundry.toml? And when foundry supports it natively, we can switch to their approach.