Skip to content

Commit ebfef65

Browse files
authored
Merge pull request #60 from morpho-org/build/foundry-config
Update foundry.toml
2 parents 6941f06 + 9f2c9c2 commit ebfef65

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 optimizer runs.
6+
via_ir = true
57

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

0 commit comments

Comments
 (0)