8000 Support token price for multiple symbol with same token by tdroxler · Pull Request #630 · alephium/explorer-backend · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support token price for multiple symbol with same token #630

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

Merged
merged 2 commits into from
Jul 9, 2025

Conversation

tdroxler
Copy link
Member
@tdroxler tdroxler commented Jul 8, 2025

In our token list we have:

symbol = "USDCeth"
...
symbol = "USDCbsc" 

So when using the sdk, the FE is asking price for USDCeth, while we were currently only responding to USDC request.

This PR is handling such case.
Now we have:
image

for example in our token list we have:

```
"USDCeth" = "usd-coin",
"USDCbsc" = "usd-coin",
```

So when using the sdk, the FE is asking price for `USDCeth`, while we
were currently only responding to `USDC` request.
@tdroxler tdroxler requested a review from h0ngcha0 July 8, 2025 07:27
Copy link
Member
@h0ngcha0 h0ngcha0 left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@tdroxler tdroxler merged commit 4953fda into master Jul 9, 2025
2 checks passed
@tdroxler tdroxler deleted the market-multiple-same-token branch July 9, 2025 16:48
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
0