We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd26a14 + f556e43 commit 2b54a4fCopy full SHA for 2b54a4f
foundry.toml
@@ -6,6 +6,7 @@ solc_version = "0.8.17"
6
optimizer = true # enable or disable the solc optimizer
7
optimizer_runs = 1000 # the number of optimizer runs
8
verbosity = 3 # The verbosity of tests
9
+isolate = true # enable or disable the isolate mode for calculating gas usage correctly
10
fs_permissions = [
11
{ access = "read", path = "./test/utils/config/" },
12
{ access = "read", path = "./test/utils/payload/" },
0 commit comments