Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
Co-authored-by: Charly Chevalier <charlyy.chevalier@gmail.com>
  • Loading branch information
danroc and ccharly authored Jan 13, 2025
1 parent fe5f635 commit 6fa4590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIPS/sip-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ import { OnAssetLookupHandler } from "@metamask/snaps-sdk";
export const onAssetLookup: OnAssetLookupHandler = async ({
assets
}) => {
const assetsMetadata = /* Get metadata */;
const assetsMetadata = /* Get metadata for given `assets` */;
return { assets: assetsMetadata };
};
```
Expand Down

0 comments on commit 6fa4590

Please sign in to comment.