Skip to content

Commit

Permalink
small fix to foundry.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaark committed Jan 13, 2025
1 parent 527bdf2 commit 732e574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[profile.default]
src = "src"
src = "contracts"
out = "artifacts"
libs = ["node_modules"]
libs = ["node_modules", "lib"]
remappings = [
"@openzeppelin/=node_modules/@openzeppelin/",
"@prb/=node_modules/@prb/",
Expand Down

0 comments on commit 732e574

Please sign in to comment.