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(meme): hide meme coins from supported list #6483

Open
wants to merge 2 commits into
base: development
Choose a base branch
from

Conversation

milan-bc
Copy link
Collaborator

@milan-bc milan-bc commented Oct 8, 2024

Description (optional)

Add a concise explanation of the changes.

Testing Steps (optional)

Detail the steps required for the reviewer(s) to verify and test these changes.

assets[coin.symbol] = { coinfig: coin }
})
supportedCoins
.filter((coin) => !coin.categories.some((cat) => cat?.id === 'MEME'))
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

we filter supported coins for entire app to prevent showing of them on v4

// sardine environment sandbox or production
_Sardine: any
// Sardine integration
_SardineContext: any
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

fixed ordering

@milan-bc milan-bc force-pushed the feat/BROK-1803-filter-out-meme-coins branch from cf8df7e to 8baa0a0 Compare October 28, 2024 06:25
@sstephanou-bc
Copy link

sstephanou-bc commented Oct 28, 2024

Logo
Checkmarx One – Scan Summary & Detailsc5235d9e-4d0e-4bae-9350-b686207fbcbf

No New Or Fixed Issues Found

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