Skip to content

Commit 7000758

Browse files
committed
build: simple config
1 parent 6941f06 commit 7000758

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

foundry.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
src = "src"
33
out = "out"
44
libs = ["lib"]
5+
optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimization runs.
6+
via-ir = true
57

68
[profile.default.fmt]
79
wrap_comments = true

0 commit comments

Comments
 (0)