We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7000758 commit 9f2c9c2Copy full SHA for 9f2c9c2
foundry.toml
@@ -2,8 +2,8 @@
2
src = "src"
3
out = "out"
4
libs = ["lib"]
5
-optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimization runs.
6
-via-ir = true
+optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimizer runs.
+via_ir = true
7
8
[profile.default.fmt]
9
wrap_comments = true
0 commit comments