From 13f584b142a1988f7b7acbc921e14cfc33aff01f Mon Sep 17 00:00:00 2001 From: highskore Date: Wed, 23 Oct 2024 10:24:27 +0200 Subject: [PATCH] chore: update default verbosity --- foundry.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/foundry.toml b/foundry.toml index 9f4c5a13..89d6aa8c 100644 --- a/foundry.toml +++ b/foundry.toml @@ -9,6 +9,7 @@ allow_paths = ["*", "/"] ignored_warnings_from = ["node_modules", "src/integrations"] gas_limit = "18446744073709551615" memory_limit = 2147483648 +verbosity = 3 [rpc_endpoints] mainnet = "${MAINNET_RPC_URL}"