Skip to content

Commit 13f2307

Browse files
update
1 parent 38ecefa commit 13f2307

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ out/
77
/broadcast/*/31337/
88
/broadcast/**/dry-run/
99
broadcast/
10+
script/DeployPool_output.json
1011

1112
# Dotenv file
1213
.env

foundry.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ solc = "0.8.27"
66
optimizer = true
77
optimizer_runs = 10000
88
gas_reports = ["*"]
9-
fs_permissions = [{ access = "read", path = "./"}]
9+
fs_permissions = [{ access = "read-write", path = "./"}]
1010

1111
[doc]
1212
out = "foundry-docs/"

0 commit comments

Comments
 (0)