We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4945c4 commit c2f1b2eCopy full SHA for c2f1b2e
1 file changed
app/components/UI/Earn/constants/musd.ts
@@ -61,7 +61,7 @@ export const MUSD_TOKEN_ASSET_ID_BY_CHAIN: Record<Hex, string> = {
61
};
62
63
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. */
+
65
export const MUSD_CONVERSION_APY = 3;
66
67
// Delay before cleaning up toast tracking entries after final transaction status
0 commit comments