You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: foundry.toml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,7 @@ solc-version = "0.8.19"
6
6
# Reason for why this flag is required can be found here: https://github.com/foundry-rs/foundry/issues/7607
7
7
unchecked_cheatcode_artifacts = true
8
8
# Reasons for why this flag is required can be found here: https://book.getfoundry.sh/cheatcodes/expect-revert#description
9
-
allow_internal_expect_revert = true
9
+
allow_internal_expect_revert = true
10
+
# Required because of a breaking change in Foundry v1, which disabled optimizer by default: https://book.getfoundry.sh/guides/v1.0-migration#solc-optimizer-disabled-by-default
0 commit comments