Skip to content

Commit 2b54a4f

Browse files
Merge pull request #305 from consenlabs/activate-isolate-mode-in-toml
fix: activate isolate mode in toml
2 parents fd26a14 + f556e43 commit 2b54a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

foundry.toml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ solc_version = "0.8.17"
66
optimizer = true # enable or disable the solc optimizer
77
optimizer_runs = 1000 # the number of optimizer runs
88
verbosity = 3 # The verbosity of tests
9+
isolate = true # enable or disable the isolate mode for calculating gas usage correctly
910
fs_permissions = [
1011
{ access = "read", path = "./test/utils/config/" },
1112
{ access = "read", path = "./test/utils/payload/" },

0 commit comments

Comments
 (0)