Skip to content

Commit a9fe202

Browse files
committed
rm exports + add network param to description
1 parent aa19ccc commit a9fe202

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/0_internal/setting_aggregator_address.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ The address of Aligned Service Manager can be found in `./contracts/script/outpu
2121
```
2222
"addresses": {
2323
...
24-
"alignedLayerServiceManager": "<ALIGNED_SERVICE_MANAGER_ADDRESS",
24+
"alignedLayerServiceManager": "<ALIGNED_SERVICE_MANAGER_ADDRESS>",
2525
...
2626
}
2727
```
2828

2929
## 3.) Set Environment Variables
3030

31-
To run the make targets specified in this guide, you must first set the following env vars within `./contracts/scripts/.env`:
31+
To run the make targets specified in this guide, you must first set the following env vars within `./contracts/scripts/.env.<NETWORK>`:
3232
```
33-
export RPC_URL=<rpc_url>
34-
export PRIVATE_KEY=<aligned_service_manager_pauser_private_key>
35-
export ALIGNED_SERVICE_MANAGER_ADDRESS=<aligned_service_manager_address>
33+
RPC_URL=<rpc_url>
34+
PRIVATE_KEY=<aligned_service_manager_pauser_private_key>
35+
ALIGNED_SERVICE_MANAGER_ADDRESS=<aligned_service_manager_address>
3636
```
3737

3838
## 4.) Check the current value of `alignedAggregator` within AlignedServiceManager.sol

0 commit comments

Comments
 (0)