Skip to content

Commit ee0d3cc

Browse files
committed
chore: update output directory name in configuration and documentation
1 parent d9d356f commit ee0d3cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ node_modules
2020
/artifacts
2121

2222
# Foundry files
23-
/forge-out
23+
/out
2424
/forge-cache
2525
/broadcast
2626

docs/FOUNDRY_MAKEFILE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The project uses a custom `foundry.toml` configuration:
121121
[profile.default]
122122
src = "contracts"
123123
test = "forge-test"
124-
out = "forge-out"
124+
out = "out"
125125
cache_path = "forge-cache"
126126
solc_version = "0.8.25"
127127
optimizer = true

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[profile.default]
22
src = "contracts"
33
test = "forge-test"
4-
out = "forge-out"
4+
out = "out"
55
cache_path = "forge-cache"
66

77
solc_version = "0.8.25"

0 commit comments

Comments
 (0)