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

fix: fetching listed tokens #670

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

janmichek
Copy link
Collaborator

Description

fixes #668

Demo

image

Checklist:

@@ -443,7 +443,6 @@ export function adaptTokenHolders(tokenHolders, tokenDetails) {

export function adaptListedTokens(tokens) {
const formattedData = tokens
.filter(token => token.listed === true)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

probably caused by backend change

Copy link

Copy link
Collaborator

@Liubov-crypto Liubov-crypto left a comment

Choose a reason for hiding this comment

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

LGTM

@janmichek janmichek merged commit 568d53c into develop Mar 4, 2024
4 checks passed
@janmichek janmichek deleted the listed-tokens-do-not-appear branch March 4, 2024 04:51
janmichek added a commit that referenced this pull request Mar 12, 2024
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.

listed tokens do not appear
2 participants