Skip to content

Releases: 0xAtum/template-foundry-project

v2.2.0

19 Feb 13:44
Compare
Choose a tag to compare

v2.1.0

10 Feb 13:43
b661a01
Compare
Choose a tag to compare

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

31 Oct 20:10
ae7a091
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

V2.0.2

02 Sep 11:33
ac6ba9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

01 Aug 00:41
3e76b75
Compare
Choose a tag to compare

What's Changed

  • feat: Added Fraxtal Chain ID by @0xAtum in #15
  • feat: Diamond proxy by @0xAtum in #16
  • chore: Detects when it's local network

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 May 18:38
0753f20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.5...v2.0.0

v1.0.5

21 Apr 02:11
84971f6
Compare
Choose a tag to compare

What's Changed

  • fix: Added Continue-on-error for slither by @0xAtum in #12
  • fix: Save Deployment "Already exists" on new names by @0xAtum in #13

Full Changelog: v1.0.4...v1.0.5

v1.0.4 - Update Forge Lib

16 Apr 16:28
b588964
Compare
Choose a tag to compare

What's Changed

  • chore: Add back expectExactEmit & update forge lib by @0xAtum in #11

Full Changelog: v1.0.3...v1.0.4

v1.0.3

15 Apr 18:42
d2f95dc
Compare
Choose a tag to compare

What's Changed

  • feat: Added generic deployment functions by @0xAtum in #10

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Apr 16:05
9d78247
Compare
Choose a tag to compare

What's Changed

  • chore: Remove Old Code, added zero_address, updated slither by @0xAtum in #9

Full Changelog: v1.0.1...v1.0.2