From 700d99b454ff25add4eeca23a482aaa3a0457105 Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:48:30 +0530 Subject: [PATCH] chore: back to paris --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index f66c66c..4145297 100644 --- a/foundry.toml +++ b/foundry.toml @@ -5,7 +5,7 @@ block_timestamp = 1_680_220_800 # March 31, 2023 at 00:00 GMT bytecode_hash = "none" cbor_metadata = false - evm_version = "shanghai" + evm_version = "paris" fuzz = { runs = 1_000 } gas_reports = ["*"] libs = ["lib"]