We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d356f commit ee0d3ccCopy full SHA for ee0d3cc
.gitignore
@@ -20,7 +20,7 @@ node_modules
20
/artifacts
21
22
# Foundry files
23
-/forge-out
+/out
24
/forge-cache
25
/broadcast
26
docs/FOUNDRY_MAKEFILE_GUIDE.md
@@ -121,7 +121,7 @@ The project uses a custom `foundry.toml` configuration:
121
[profile.default]
122
src = "contracts"
123
test = "forge-test"
124
-out = "forge-out"
+out = "out"
125
cache_path = "forge-cache"
126
solc_version = "0.8.25"
127
optimizer = true
foundry.toml
@@ -1,7 +1,7 @@
1
2
3
4
5
6
7
0 commit comments