Skip to content

Commit

Permalink
Merge pull request #321 from consenlabs/feature/specify-evm-version-s…
Browse files Browse the repository at this point in the history
…hanghai

specify evm version: Shanghai
  • Loading branch information
alex0207s authored Jul 24, 2024
2 parents 6cddd3c + 204452d commit e16c312
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 @@ -2,6 +2,7 @@
src = 'contracts' # the source directory
cache = true # whether to cache builds or not
force = false # whether to ignore the cache (clean build)
evm_version = "shanghai"
solc_version = "0.8.26"
optimizer = true # enable or disable the solc optimizer
optimizer_runs = 1000 # the number of optimizer runs
Expand Down

0 comments on commit e16c312

Please sign in to comment.