Skip to content

Commit e07b56d

Browse files
committed
chore: hardcode evm version
1 parent d7a7bb5 commit e07b56d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ out = "out"
44
libs = ["lib"]
55
optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimizer runs.
66
via_ir = true
7+
evm_version = "paris"
78

89
[profile.default.fmt]
910
wrap_comments = true

0 commit comments

Comments
 (0)