Skip to content

Commit

Permalink
chore: set evm version to paris
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Jan 16, 2024
1 parent ac9c87f commit 45813a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[profile.default]
solc = '0.8.21'
evm_version="paris"
via_ir = true
src = 'src'
out = 'out'
Expand All @@ -25,6 +26,7 @@ out = 'out-optimized'

[profile.lite]
solc = '0.8.21'
evm_version="paris"
via_ir = false
optimizer = true
optimizer_runs = 10_000
Expand Down

0 comments on commit 45813a3

Please sign in to comment.