Skip to content

Commit

Permalink
add rpc-url to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStiles committed Nov 26, 2024
1 parent 41e56e4 commit 39136b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/0_internal/setting_aggregator_address.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export ALIGNED_SERVICE_MANAGER_ADDRESS=<aligned_service_manager_address>
## Check the current value of `alignedAggregator` within AlignedServiceManager.sol

```
cast call $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
cast call --rpc-url <RPC_URL> $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
```

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

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

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

0 comments on commit 39136b6

Please sign in to comment.