Skip to content

Commit

Permalink
specify evm version: Shanghai
Browse files Browse the repository at this point in the history
  • Loading branch information
alex0207s committed Jul 24, 2024
1 parent 3452939 commit 204452d
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 204452d

Please sign in to comment.