Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: APY chart #1674

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

feat: APY chart #1674

wants to merge 1 commit into from

Conversation

0xonramp
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
index-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 11, 2024 3:16am

Comment on lines -3 to -16
export interface BaseTokenStats {
symbol: string
price: number
change24h: number
low24h: number
high24h: number
}

export type EnrichedToken = Token & {
balance: bigint
usd?: number
unitPriceUsd?: number
size?: string
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Unused

Copy link
Collaborator

Choose a reason for hiding this comment

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

🧹

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.

2 participants