Skip to content

Commit a2b040c

Browse files
committed
fix: docs tidyness
1 parent 47cbee4 commit a2b040c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

contracts/scripts/.env.example.holesky

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
RPC_URL=<rpc_url>
22
PRIVATE_KEY=<private_key>
3-
EXISTING_DEPLOYMENT_INFO_PATH=./script/output/holesky/Holesky_current_deployment.config.json
3+
EXISTING_DEPLOYMENT_INFO_PATH=./script/output/holesky/eigenlayer_deployment_output.json
44
DEPLOY_CONFIG_PATH=./script/deploy/config/holesky/aligned.holesky.config.json
55
OUTPUT_PATH=./script/output/holesky/alignedlayer_deployment_output.json
66
ETHERSCAN_API_KEY=<etherscan_api_key>

docs/3_guides/setup_holesky.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The necessary environment variables are:
2828

2929
You can find an example `.env` file in [.env.example.holesky](../../contracts/scripts/.env.example.holesky)
3030

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+
3133
You need to complete the `DEPLOY_CONFIG_PATH` file with the following information:
3234

3335
```json

docs/multisig.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ In this guide we make an upgrade of Aligned Layer Service Manager contract using
1818
- Multisig Wallet
1919
- You can create a Multisig wallet using [Safe](https://safe.global/). For this guide, I have created a 2/3 Multisig.
2020
- [jq](https://jqlang.github.io/jq/download/)
21+
- `jq` is needed to programatically read contents of `.json` config files
2122

2223
## Initial setup
2324

0 commit comments

Comments
 (0)