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 6fa4590 commit 96f0aa1
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 @@ -99,7 +99,7 @@ import { OnAssetConversionHandler } from "@metamask/snaps-sdk";
export const onAssetConversion: OnAssetConversionHandler = async ({
conversions
}) => {
const conversionRates = /* Get conversion rate */;
const conversionRates = /* Get conversion rate for given `conversions` */;
return { conversionRates };
};
```
Expand Down

0 comments on commit 96f0aa1

Please sign in to comment.