Skip to content

Commit 43a6d7e

Browse files
adhussonMathisGD
andauthored
Update foundry.toml
Co-authored-by: MathisGD <74971347+MathisGD@users.noreply.github.com> Signed-off-by: Adrien Husson <adhusson@gmail.com>
1 parent d69afab commit 43a6d7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +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.
5+
optimizer = true
6+
optimizer_runs = 999999
67
via_ir = true
78
evm_version = "paris"
89
bytecode_hash = "none"

0 commit comments

Comments
 (0)