From da650d6e2176c285e537e99db9ded24ddf3c01fb Mon Sep 17 00:00:00 2001 From: Bowen Li Date: Tue, 18 Feb 2025 11:40:54 -0800 Subject: [PATCH] fix: update doc --- docs/core/AllocationManager.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/core/AllocationManager.md b/docs/core/AllocationManager.md index 0b5fe12ddb..485ef02456 100644 --- a/docs/core/AllocationManager.md +++ b/docs/core/AllocationManager.md @@ -68,7 +68,20 @@ function updateAVSMetadataURI( _Note: this method can be called directly by an AVS, or by a caller authorized by the AVS. See [`PermissionController.md`](../permissions/PermissionController.md) for details._ -Below is the format AVSs should use when updating their metadata URI. This is not validated onchain. +Below is the format AVSs should use when updating their metadata URI initially. This is not validated onchain. + +```json +{ + "name": "AVS", + "website": "https.avs.xyz/", + "description": "Some description about", + "logo": "http://github.com/logo.png", + "twitter": "https://twitter.com/avs", +} +``` + + +Later on, once AVSs have created operator sets, content in their metadata URI can be updated subsequently. ```json {