Skip to content

Commit 9f2c9c2

Browse files
build: apply suggestions
Co-authored-by: Romain Milon <[email protected]> Signed-off-by: Merlin Egalite <[email protected]>
1 parent 7000758 commit 9f2c9c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

foundry.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +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
5+
optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimizer runs.
6+
via_ir = true
77

88
[profile.default.fmt]
99
wrap_comments = true

0 commit comments

Comments
 (0)