Skip to content

Commit cbe829a

Browse files
committed
add address check to mutlisig docs
1 parent 6ee429f commit cbe829a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/0_internal/7_b_1_setting_aggregator_address_multisig.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,10 @@ To propose the set aggregator address transaction you can follow the steps below
5353
> [!NOTE]
5454
> In the `call` field, you will see `fallback`.
5555
12. Wait for the transaction to be executed. You can check the transaction status on the `Transactions` tab.
56+
57+
13. Verify the Aligned Aggreagtor Address has changed
58+
```
59+
cast call --rpc-url <RPC_URL> $ALIGNED_SERVICE_MANAGER_ADDRESS "alignedAggregator()(address)"
60+
```
61+
62+
You should observe that the printed address matches the address in `AGGREGATOR_ADDRESS`.

0 commit comments

Comments
 (0)