Skip to content

Commit

Permalink
change evm_version to cancun
Browse files Browse the repository at this point in the history
  • Loading branch information
minaminao committed Jun 16, 2024
1 parent 31e2d76 commit 20222c0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ out = "out"
libs = ["lib"]
match_path = "*/*.t.sol"
no_match_path = "*/_*"
evm_version = "cancun"

ignored_error_codes = [
"license", # warning[1878]: Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: <SPDX-License>" to each source file. Use "SPDX-License-Identifier: UNLICENSED" for non-open-source code. Please see https://spdx.org for more information.
Expand All @@ -16,9 +17,6 @@ ignored_error_codes = [
ffi = true
fs_permissions = [{ access = "read", path = "./out" }]

# For PUSH0
evm_version = "shanghai"

# For CREATE2
bytecode_hash = "none"
cbor_metadata = false
Expand Down

0 comments on commit 20222c0

Please sign in to comment.