Skip to content

Commit

Permalink
fixup! feat: cannonfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuler committed Feb 25, 2025
1 parent f7dd74e commit 92e2d94
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test/foundry'
cache_path = 'forge-cache'
solc_version = '0.8.20'
evm_version = 'paris'
fs_permissions = [
{ access = "read", path = "./test/"},
{ access = "read-write", path = "./test/"}
]
use_literal_content = true
optimizer = true
auto_detect_remappings = false

[invariant]
runs = 32
depth = 100
fail_on_revert = true

# See more config options https://book.getfoundry.sh/reference/config/

0 comments on commit 92e2d94

Please sign in to comment.