Skip to content

Commit a75da82

Browse files
committed
foundry: Bump solc to v0.8.24 and increase optimizer runs
1 parent 78d1825 commit a75da82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: foundry.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ libs = ['lib']
55
ffi = true
66

77
# Compilation
8-
solc_version = "0.8.16"
8+
solc_version = "0.8.24"
99
optimizer = true
10-
optimizer_runs = 10_000
10+
optimizer_runs = 100_000
1111
via_ir = true
1212
extra_output_files = ["metadata", "irOptimized"]
1313

0 commit comments

Comments
 (0)