Releases: 0xAtum/template-foundry-project
Releases · 0xAtum/template-foundry-project
v2.2.0
v2.1.0
What's Changed
- chore: Setup files for Etherscan v2 by @0xAtum in #23
- feat: RetryVerification script by @0xAtum in #24
- chore: remove erc20 abi for expecting calls by @0xAtum in #25
- chore: Cleaned up the supported chain by @0xAtum in #26
from #26
To keep the template lite, I've removed all the chains I put in. That way, the implementer can manually add the chains they want in Chains.json
Added Chains.json (script/config/Chains.json). Do not remove this file, otherwise the BaseScript will no longer work
Added Pre-loading in BaseScript. _loadContract(false) is being automatically called. If you want to load them in your simulation too, you will need to call _loadContract(true) in your run() function
Full Changelog: v2.0.3...v2.1.0
V2.0.3
V2.0.2
v2.0.1
v2.0.0
v1.0.5
v1.0.4 - Update Forge Lib
What's Changed
Full Changelog: v1.0.3...v1.0.4