Skip to content

Conversation

@DanielSchiavini
Copy link
Collaborator

@DanielSchiavini DanielSchiavini commented Nov 13, 2025

  • add future rates to llama markets table and the borrow rate tooltip

@vercel
Copy link

vercel bot commented Nov 13, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
curve-dapp Ready Ready Preview Comment Nov 13, 2025 0:02am
curve-dapp-storybook Ready Ready Preview Comment Nov 13, 2025 0:02am

averageRate: averageRate,
averageRateLabel: averageMultiplierString,
rebasingYield: crvUsdSnapshots?.[crvUsdSnapshots.length - 1]?.collateralToken.rebasingYield ?? null,
rebasingYield: last(crvUsdSnapshots)?.collateralToken.rebasingYield ?? null,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I introduce you to our lord and savior crvUsdSnapshots.at(-1)

<Typography variant="tableCellMBold" color="textPrimary">
{rate == null ? '—' : formatPercent(rate)}
{id === LlamaMarketColumnId.BorrowRate && market.rates.borrowFutureRate && (
<>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd make this a <Stack direction="row" alignItems='center' gap={Spacing.xs}> (I guessed the spacing, maybe more or less looks better)

Looks kinda funky without
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants