diff --git a/foundry.toml b/foundry.toml index 65bd3b2..16ab9d0 100644 --- a/foundry.toml +++ b/foundry.toml @@ -4,7 +4,7 @@ auto_detect_solc = false block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT bytecode_hash = "none" - evm_version = "paris" # See https://www.evmdiff.com/features?name=PUSH0&kind=opcode + evm_version = "shanghai" fuzz = { runs = 1_000 } gas_reports = ["*"] optimizer = true