Skip to content

Commit

Permalink
chore: remove unused lib from foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Oct 18, 2024
1 parent 286e179 commit 1070a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ evm_version = "paris"
src = "src"
out = "out"
script = "script"
libs = ["node_modules", "lib"]
libs = ["node_modules"]
fs_permissions = [{ access = "read", path = "out-optimized" }, { access = "read-write", path = "gas_calculations" }]
allow_paths = ["*", "/"]
ignored_warnings_from = ["node_modules", "src/integrations"]
Expand Down

0 comments on commit 1070a0d

Please sign in to comment.