You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/3_guides/setup_holesky.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ The necessary environment variables are:
28
28
29
29
You can find an example `.env` file in [.env.example.holesky](../../contracts/scripts/.env.example.holesky)
30
30
31
+
Note: all file paths must be inside the `script/` folder, as shown in `.env.example.holesky` because of `foundry`'s permissions to read and write files.
32
+
31
33
You need to complete the `DEPLOY_CONFIG_PATH` file with the following information:
0 commit comments