From 33131266327971b3b82c553653b2ac40cc72dcbf Mon Sep 17 00:00:00 2001 From: Jonas Bostoen Date: Thu, 24 Oct 2024 10:59:04 +0200 Subject: [PATCH] docs(contracts): nit --- bolt-contracts/docs/admin/deploying.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bolt-contracts/docs/admin/deploying.md b/bolt-contracts/docs/admin/deploying.md index dd958666a..215827083 100644 --- a/bolt-contracts/docs/admin/deploying.md +++ b/bolt-contracts/docs/admin/deploying.md @@ -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 ``` \ No newline at end of file