Skip to content

Commit b8fa5f6

Browse files
committed
update contract compiler params
1 parent 7f72d1a commit b8fa5f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

foundry.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[profile.default]
22
viaIr = true
33
evm_version = "london"
4-
solc_version = "0.8.23"
4+
solc_version = "0.8.26"
5+
optimizer = true
6+
optimizer_runs = 1000000

0 commit comments

Comments
 (0)