Skip to content

Commit 0c25074

Browse files
author
telome
committed
Enable optimizer in toml
1 parent 6188f37 commit 0c25074

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

foundry.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ src = "src"
33
out = "out"
44
libs = ["lib"]
55
solc = "0.8.21"
6+
optimizer = true
7+
optimizer_runs = 200
8+
evmVersion = "shanghai"
69
fs_permissions = [
710
{ access = "read", path = "./script/input/"},
811
{ access = "read", path = "./out/"},

0 commit comments

Comments
 (0)