Skip to content

Commit c2f1b2e

Browse files
authored
Update musd.ts
1 parent e4945c4 commit c2f1b2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/components/UI/Earn/constants

app/components/UI/Earn/constants/musd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const MUSD_TOKEN_ASSET_ID_BY_CHAIN: Record<Hex, string> = {
6161
};
6262

6363
export const MUSD_CURRENCY = 'MUSD';
64-
/** APY in whole percent (e.g. 3 → 3%). Drives Earn UI and Rewards mUSD calculator math and disclaimer copy. */
64+
6565
export const MUSD_CONVERSION_APY = 3;
6666

6767
// Delay before cleaning up toast tracking entries after final transaction status

0 commit comments

Comments
 (0)