From 20222c0596452cd8bc2372d947b37b806e5c60e5 Mon Sep 17 00:00:00 2001 From: minaminao <minaminaoy@gmail.com> Date: Sun, 16 Jun 2024 23:40:09 +0900 Subject: [PATCH] change evm_version to cancun --- foundry.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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: <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 = [ ffi = true fs_permissions = [{ access = "read", path = "./out" }] -# For PUSH0 -evm_version = "shanghai" - # For CREATE2 bytecode_hash = "none" cbor_metadata = false