Skip to content

Commit 0b66025

Browse files
committed
feat: approve tx
1 parent 9549d93 commit 0b66025

File tree

7 files changed

+38
-1
lines changed

7 files changed

+38
-1
lines changed

docs/0_internal/6_b_1_propose_modify_strategies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Note: Aligned currently only has `quorumNumber: 0`, and you will replace `strate
5353
5454
12. Wait for the transaction to be executed. You can check the transaction status on the `Transactions` tab.
5555

56-
If the transaction is correctly created, you have to wait until the required Multisig member signs the transaction to send it. For this, you can follow [the following guide](./4_b_2_approve_pause.md)
56+
If the transaction is correctly created, you have to wait until the required Multisig member signs the transaction to send it. For this, you can follow [the following guide](./6_b_2_approve_modify_strategies.md)
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Approve the Modify Strategy Weight Multipliers Transaction
2+
3+
Once the transaction is proposed, the multisig owners must approve the transaction.
4+
5+
## Approve the Pause for AlignedLayerServiceManager
6+
7+
1. Go to [Safe](https://app.safe.global/home) and connect your wallet.
8+
9+
2. Go to the `Transactions` tab and find the transaction that was proposed.
10+
11+
3. Get the ```modifyStrategyParams()()``` signature by running:
12+
13+
```bash
14+
cast calldata "modifyStrategyParams(uint8,uint256[],uint96[])()" <quorum_number> <[strategyIndices]> <[newMultipliers]>
15+
```
16+
17+
for example:
18+
19+
```bash
20+
cast calldata "modifyStrategyParams(uint8,uint256[],uint96[])()" 0 "[0]" "[123456]"
21+
```
22+
23+
It must show you ```0x20b66298...```.
24+
25+
4. Click on the transaction, and then click on ```Advanced Details```.
26+
27+
![check details](image-3.png)
28+
29+
5. Copy the ```Raw Data```, paste it in a text editor and verify it is the same value as the one you got in step 3.
30+
31+
6. If the data is correct, click on the `Confirm` button.
32+
33+
7. Simulate the transaction. If everything is correct, click on the `Sign` button, or `Execute` if you are the last signer.
34+
35+
![Sign execute](image-4.png)
36+
37+
8. Once the transaction is executed, the modification will be effective.

docs/0_internal/image-1.png

1.09 MB
Loading

docs/0_internal/image-2.png

636 KB
Loading

docs/0_internal/image-3.png

1.23 MB
Loading

docs/0_internal/image-4.png

222 KB
Loading

docs/0_internal/image.png

153 KB
Loading

0 commit comments

Comments
 (0)