-
Notifications
You must be signed in to change notification settings - Fork 526
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
base: development
Are you sure you want to change the base?
Conversation
assets[coin.symbol] = { coinfig: coin } | ||
}) | ||
supportedCoins | ||
.filter((coin) => !coin.categories.some((cat) => cat?.id === 'MEME')) |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed ordering
cf8df7e
to
8baa0a0
Compare
No New Or Fixed Issues Found |
220a577
to
9c2cd91
Compare
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.