Skip to content

Commit

Permalink
docs(contracts): nit
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Oct 24, 2024
1 parent 2cecc7e commit 3313126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bolt-contracts/docs/admin/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ forge script script/holesky/admin/helpers/RegisterAVS.s.sol --rpc-url $HOLESKY_R

### Other Scripts

#### Modifying supported Vaults
This script will update supported vaults according to `deployments.json`, and remove any vaults that have been whitelisted but are no longer in the `supportedVaults` list.
#### Modifying supported Symbiotic Vaults
This script will update supported vaults according to `deployments.json`, and remove any vaults that have been whitelisted but are no longer in the `symbiotic.supportedVaults` list.
```bash
forge script script/holesky/admin/helpers/UpdateSupportedVaults.s.sol --rpc-url $HOLESKY_RPC --private-key $ADMIN_PRIVATE_KEY --broadcast -vvv
```

0 comments on commit 3313126

Please sign in to comment.