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/0_internal/7_a_setting_aggregator_address.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This doc contains a guide on how to call `setAggregator(address)` to set the `al
4
4
### NOTE:
5
5
- This guide assumes the Aligned layer contracts have been sucessfully deployed and the deployment outputs are within `./contracts/script/output/<DEPLOYMENT_FOLDER>`
6
6
7
-
### 1. Locate the deployed Aligned Aggregator Address
7
+
1. Locate the deployed Aligned Aggregator Address
8
8
9
9
The address of Aligned Aggregator can be found in `./contracts/script/output/<DEPLOYMENT_FOLDER>/aligned_deployment_output.json` within:
10
10
```
@@ -15,7 +15,7 @@ The address of Aligned Aggregator can be found in `./contracts/script/output/<DE
15
15
}
16
16
```
17
17
18
-
### 2. Locate the Aligned Service Manager Address
18
+
2. Locate the Aligned Service Manager Address
19
19
20
20
The address of Aligned Service Manager can be found in `./contracts/script/output/<DEPLOYMENT_FOLDER>/aligned_deployment_output.json` within:
21
21
```
@@ -26,7 +26,7 @@ The address of Aligned Service Manager can be found in `./contracts/script/outpu
26
26
}
27
27
```
28
28
29
-
### 3. Set Environment Variables
29
+
3. Set Environment Variables
30
30
31
31
To run the make targets specified in this guide, you must first set the following env vars within `./contracts/scripts/.env.<NETWORK>`:
0 commit comments