From f2d35c9a3df749bf2293cbd78cb418c66b9cb021 Mon Sep 17 00:00:00 2001 From: wshino Date: Mon, 23 Sep 2024 09:00:54 +0900 Subject: [PATCH] Add threads = 1 to foundry.toml --- foundry.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index ad3aa29..20dfc6e 100644 --- a/foundry.toml +++ b/foundry.toml @@ -14,7 +14,7 @@ ignored_warnings_from = [ "node_modules/@rhinestone/modulekit/src/**/*.sol", "lib", ] - +threads = 1 [rpc_endpoints] sepolia = "${BASE_SEPOLIA_RPC_URL}"