Skip to content

Commit

Permalink
chore: hardcode evm version
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Mar 6, 2024
1 parent d7a7bb5 commit e07b56d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ out = "out"
libs = ["lib"]
optimizer_runs = 999999 # Etherscan does not support verifying contracts with more optimizer runs.
via_ir = true
evm_version = "paris"

[profile.default.fmt]
wrap_comments = true
Expand Down

0 comments on commit e07b56d

Please sign in to comment.