We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd26a14 commit f556e43Copy full SHA for f556e43
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