Skip to content

Commit

Permalink
Merge branch 'develop' into chore/libzkp-v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo authored Jun 13, 2024
2 parents 7f788eb + 94ac1cd commit 14d8625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ remappings = [] # a list of remapp
libraries = [] # a list of deployed libraries to link against
cache = true # whether to cache builds or not
force = true # whether to ignore the cache (clean build)
# evm_version = 'london' # the evm version (by hardfork name)
evm_version = 'cancun' # the evm version (by hardfork name)
solc_version = '0.8.24' # override for the solc version (setting this ignores `auto_detect_solc`)
optimizer = true # enable or disable the solc optimizer
optimizer_runs = 200 # the number of optimizer runs
Expand Down

0 comments on commit 14d8625

Please sign in to comment.