diff --git a/foundry.toml b/foundry.toml index fd6e376..7169ebd 100644 --- a/foundry.toml +++ b/foundry.toml @@ -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: " 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 = [ ffi = true fs_permissions = [{ access = "read", path = "./out" }] -# For PUSH0 -evm_version = "shanghai" - # For CREATE2 bytecode_hash = "none" cbor_metadata = false