Skip to content

Commit 0481d80

Browse files
authored
feat: Codesize fix without split contract (#24)
1 parent 8b72c6d commit 0481d80

File tree

6 files changed

+232
-294
lines changed

6 files changed

+232
-294
lines changed

foundry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ test = 'test'
66
libs = ['lib']
77
out = 'out'
88
optimizer = true
9-
optimizer_runs = 10_000
9+
optimizer_runs = 200
10+
ignored_error_codes = []
1011
fs_permissions = [
1112
{ access = "read", path = "./out-optimized" }
1213
]

0 commit comments

Comments
 (0)