Skip to content

Commit

Permalink
add comments for foundry config
Browse files Browse the repository at this point in the history
  • Loading branch information
tailingchen committed Aug 12, 2024
1 parent 737e37a commit 58020fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ test = 'test/foundry'
cache_path = 'forge-cache'
no_match_path = 'contracts/test/*'
fs_permissions = [{ access = "read", path = "./out"}]

# It's to solve vm.getCode is failed due to "No matching artifact found" error.
# https://github.com/foundry-rs/foundry/issues/7569#issuecomment-2040694197
unchecked_cheatcode_artifacts = true

# In some foundry tests are failed due to outOfGas.
gas_limit = "18446744073709551615"

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
Expand Down

0 comments on commit 58020fc

Please sign in to comment.