We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ecefa commit 13f2307Copy full SHA for 13f2307
.gitignore
@@ -7,6 +7,7 @@ out/
7
/broadcast/*/31337/
8
/broadcast/**/dry-run/
9
broadcast/
10
+script/DeployPool_output.json
11
12
# Dotenv file
13
.env
foundry.toml
@@ -6,7 +6,7 @@ solc = "0.8.27"
6
optimizer = true
optimizer_runs = 10000
gas_reports = ["*"]
-fs_permissions = [{ access = "read", path = "./"}]
+fs_permissions = [{ access = "read-write", path = "./"}]
[doc]
out = "foundry-docs/"
0 commit comments