Skip to content

Commit 9549d93

Browse files
committed
Merge branch '1527-feat-make-targets-to-modify-strategies' of https://github.com/yetanotherco/aligned_layer into 1527-feat-make-targets-to-modify-strategies
2 parents 63e9163 + 3d0edf7 commit 9549d93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/0_internal/6_a_modify_strategies.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This doc contains a guide on how to modify the strategy weight multipliers on Al
44
To run the make targets specified in this guide, you must first have the relevant following env vars under `contracts/scripts/.env`:
55
```
66
RPC_URL=<rpc_url>
7-
ALIGNED_SERVICE_MANAGER=<aligned_contract_address>
87
PRIVATE_KEY=<private_key>
98
OUTPUT_PATH=<deployment_output_path>
9+
MULTISIG=false
1010
```
1111

1212
##
@@ -28,12 +28,12 @@ make strategies_get_weight STRATEGY_INDEX=<strategy_index>
2828
### Update the weight of any amount of stratefies
2929

3030
```
31-
make strategies_update_weight STRATEGY_INDICES=[0,1,...,n] NEW_MULTIPLIERS=[0,1,...,n]
31+
make strategies_update_weight STRATEGY_INDICES="[0,1,...,n]" NEW_MULTIPLIERS="[0,1,...,n]"
3232
```
3333

3434
### Remove a strategy
3535

3636
```
37-
make strategies_remove INDICES_TO_REMOVE=[0,1,...,n]
37+
make strategies_remove INDICES_TO_REMOVE="[0,1,...,n]"
3838
```
3939

0 commit comments

Comments
 (0)