From 23df203912710b3f6a27f8420920c062c6e04965 Mon Sep 17 00:00:00 2001 From: thedavidmeister Date: Mon, 9 Dec 2024 18:42:32 +0400 Subject: [PATCH] use paris hf --- foundry.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/foundry.toml b/foundry.toml index fa1c086..8cd7558 100644 --- a/foundry.toml +++ b/foundry.toml @@ -12,6 +12,9 @@ optimizer_runs = 100000 bytecode_hash = "none" cbor_metadata = false +# pre push0 for maximum compatibility +evm_version = "paris" + # Build metadata used for testing rain meta aware contracts in this folder rather # than expose ffi to forge. fs_permissions = [{ access = "read", path = "./meta"}]