Skip to content

Commit 3d0edf7

Browse files
committed
fix: commands in guide
1 parent b29fa33 commit 3d0edf7

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)