Skip to content

Commit 20222c0

Browse files
committed
change evm_version to cancun
1 parent 31e2d76 commit 20222c0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

foundry.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ out = "out"
44
libs = ["lib"]
55
match_path = "*/*.t.sol"
66
no_match_path = "*/_*"
7+
evm_version = "cancun"
78

89
ignored_error_codes = [
910
"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.
@@ -16,9 +17,6 @@ ignored_error_codes = [
1617
ffi = true
1718
fs_permissions = [{ access = "read", path = "./out" }]
1819

19-
# For PUSH0
20-
evm_version = "shanghai"
21-
2220
# For CREATE2
2321
bytecode_hash = "none"
2422
cbor_metadata = false

0 commit comments

Comments
 (0)