Skip to content

Commit b669dea

Browse files
committed
fix: better images names and folders
1 parent 0b66025 commit b669dea

10 files changed

+7
-10
lines changed
1.8 MB
Loading
1.72 MB
Loading

docs/0_internal/image.png renamed to docs/0_internal/images/6_b_1_modify_strategies_3.png

File renamed without changes.

docs/0_internal/image-1.png renamed to docs/0_internal/images/6_b_1_modify_strategies_4.png

File renamed without changes.

docs/0_internal/image-2.png renamed to docs/0_internal/images/6_b_1_modify_strategies_5.png

File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/0_internal/6_a_modify_strategies.md renamed to docs/0_internal/modify strategies/6_a_modify_strategies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ MULTISIG=false
1010
```
1111

1212
##
13-
1413
To view some relevant information you can:
1514

1615
### Get all available strategies:

docs/0_internal/6_b_1_propose_modify_strategies.md renamed to docs/0_internal/modify strategies/6_b_1_propose_modify_strategies.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,23 @@ To propose the modify Strategy Weight Multipliers transaction you can follow the
1414

1515
2. Click on `New transaction` -> `Transaction Builder`
1616

17-
![New transaction](./images/4_b_1_pause_1.png)
17+
![New transaction](../images/6_b_1_modify_strategies_1.png)
1818

19-
![Transaction Builder](./images/4_b_1_pause_2.png)
19+
![Transaction Builder](../images/6_b_1_modify_strategies_2.png)
2020

2121
3. . Get the `StakeRegistry` address from ```contracts/script/output/mainnet/alignedlayer_deployment_output.json``` or ```contracts/script/output/holesky/alignedlayer_deployment_output.json``` or ```contracts/script/output/sepolia/alignedlayer_deployment_output.json```
2222

2323
4. Paste the `StakeRegistry` address on `Enter Address or ENS Name`
2424

25-
TODO pic
26-
2725
5. As this is a Proxy contract, choose `Use Implementation ABI`
2826

29-
![use implementation abi](image.png)
27+
![use implementation abi](../images/6_b_1_modify_strategies_3.png)
3028

3129
6. In `contract method selector` choose `modifyStrategyParams` , and fill in the parameter values accordingly.
3230

3331
Note: Aligned currently only has `quorumNumber: 0`, and you will replace `strategyIndices` with `newMultipliers`
3432

35-
![choose modify strategy params](image-1.png)
33+
![choose modify strategy params](../images/6_b_1_modify_strategies_4.png)
3634

3735
7. Click on `+ Add new transaction`
3836

@@ -46,7 +44,7 @@ Note: Aligned currently only has `quorumNumber: 0`, and you will replace `strate
4644

4745
11. Simulate the transaction, and if everything is correct, click on `Sign`.
4846

49-
![send batch](image-2.png)
47+
![send batch](../images/6_b_1_modify_strategies_5.png)
5048

5149
> [!NOTE]
5250
> In the `call` field, you will see `fallback`.

docs/0_internal/6_b_2_approve_modify_strategies.md renamed to docs/0_internal/modify strategies/6_b_2_approve_modify_strategies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Once the transaction is proposed, the multisig owners must approve the transacti
2424

2525
4. Click on the transaction, and then click on ```Advanced Details```.
2626

27-
![check details](image-3.png)
27+
![check details](../images/6_b_2_approve_1.png)
2828

2929
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.
3030

3131
6. If the data is correct, click on the `Confirm` button.
3232

3333
7. Simulate the transaction. If everything is correct, click on the `Sign` button, or `Execute` if you are the last signer.
3434

35-
![Sign execute](image-4.png)
35+
![Sign execute](../images/6_b_2_approve_2.png)
3636

3737
8. Once the transaction is executed, the modification will be effective.

0 commit comments

Comments
 (0)