Skip to content

Commit

Permalink
Merge pull request #305 from consenlabs/activate-isolate-mode-in-toml
Browse files Browse the repository at this point in the history
fix: activate isolate mode in toml
  • Loading branch information
charlesjhongc committed Mar 13, 2024
2 parents fd26a14 + f556e43 commit 2b54a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ solc_version = "0.8.17"
optimizer = true # enable or disable the solc optimizer
optimizer_runs = 1000 # the number of optimizer runs
verbosity = 3 # The verbosity of tests
isolate = true # enable or disable the isolate mode for calculating gas usage correctly
fs_permissions = [
{ access = "read", path = "./test/utils/config/" },
{ access = "read", path = "./test/utils/payload/" },
Expand Down

0 comments on commit 2b54a4f

Please sign in to comment.