From 764a43fa71b5d498ba951dcda093acff2b13f848 Mon Sep 17 00:00:00 2001 From: MathisGD <74971347+MathisGD@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:46:19 +0100 Subject: [PATCH] chore: Update foundry.toml Signed-off-by: MathisGD <74971347+MathisGD@users.noreply.github.com> --- foundry.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/foundry.toml b/foundry.toml index e4a14ea..3847379 100644 --- a/foundry.toml +++ b/foundry.toml @@ -3,9 +3,6 @@ src = "src" test = "test" libs = ["lib"] fs_permissions = [ - { access = "read", path = "./script/config/"}, - { access = "read", path = "./out/"} -] optimizer_runs = 200 via-ir = true