-
Notifications
You must be signed in to change notification settings - Fork 140
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: Filter zapable token for wallet #688
base: develop
Are you sure you want to change the base?
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
invest: null, | ||
}))} | ||
data={userTokens | ||
.filter((token) => token.isZapable) |
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.
I think we will deprecate this property very soon
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 will be using the new zap properties, which will most likely deprecate the isZapable
property.
I assume the new prop for the |
No, |
Description
filter
to filter only zapable tokensRelated Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
assetDeprecated
and confirming vault is being fetched by checkingassetsAddresses