From 493bea27f36287431554030728dab167b6fa71f6 Mon Sep 17 00:00:00 2001 From: Ino Murko Date: Wed, 18 Dec 2024 18:54:44 +0100 Subject: [PATCH] Update foundry.toml --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index f5e41c0..ef33d7e 100644 --- a/foundry.toml +++ b/foundry.toml @@ -6,5 +6,5 @@ test = 'test' cache_path = 'cache_forge' solc_version = '0.8.16' optimizer_runs = 2000 -fs_permissions = [{ access = "read", path = "node_modules/@arbitrum/"}, { access = "read", path = "node_modules/@openzeppelin/"},{ access = "read-write", path = "./scripts/foundry"}] +fs_permissions = [{ access = "read", path = "./celestia-2.1.0"}, { access = "read", path = "node_modules/@arbitrum/"}, { access = "read", path = "node_modules/@openzeppelin/"},{ access = "read-write", path = "./scripts/foundry"}] script = 'scripts'