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

Change getting eth price source to coingecko #397

Merged
merged 4 commits into from
Jan 22, 2025

Conversation

kuba80-02
Copy link
Contributor

No description provided.

@kuba80-02 kuba80-02 changed the title Change getting eth price from coingecko Change getting eth price source to coingecko Jan 19, 2025
src/utils/utils.ts Outdated Show resolved Hide resolved
src/store/consts/static.ts Outdated Show resolved Hide resolved
@@ -1711,6 +1723,10 @@ export const getJupTokenPrice = async (solanaAddress: string): Promise<number |
}

export const getTokenPrice = async (id: string): Promise<number | undefined> => {
if (id === 'ethereum') {
Copy link
Contributor

Choose a reason for hiding this comment

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

this also can be deleted

Copy link

This pull request has been deployed to Vercel.

Latest commit: 2a2e620
✅ Preview: https://webapp-eclipse-1a7o54rce-invariantlabs.vercel.app
🔍 Inspect: https://vercel.com/invariantlabs/webapp-eclipse/4mgqiQcgRvbG6z9pKuxy9t2i4hGv

View Workflow Logs

@kuba80-02 kuba80-02 merged commit 954102a into dev Jan 22, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants