Skip to content

Commit 2d0da02

Browse files
committed
add rpc-url to guide
1 parent bba6030 commit 2d0da02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/0_internal/setting_aggregator_address.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export ALIGNED_SERVICE_MANAGER_ADDRESS=<aligned_service_manager_address>
3838
## Check the current value of `alignedAggregator` within AlignedServiceManager.sol
3939

4040
```
41-
cast call $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
41+
cast call --rpc-url <RPC_URL> $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
4242
```
4343

4444
You should see that the printed address matches the returned address matches the address from `./contracts/script/output/<DEPLOYMENT_FOLDER>/aligned_deployment_output.json`
@@ -53,7 +53,7 @@ make set_aggregator_address
5353

5454
## Verify the Aligend Aggreagtor Address has changed
5555
```
56-
cast call $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
56+
cast call --rpc-url <RPC_URL> $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
5757
```
5858

5959
You should observe that the printed address matches the address in `AGGREGATOR_ADDRESS`.

0 commit comments

Comments
 (0)