File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments