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

feature(wallet-mobile): NFTs traits #3274

Merged
merged 2 commits into from
May 28, 2024
Merged

feature(wallet-mobile): NFTs traits #3274

merged 2 commits into from
May 28, 2024

Conversation

stackchain
Copy link
Member

@stackchain stackchain commented May 27, 2024

Description / Change(s) / Related issue(s)

  • Added support to NFT traits.
  • Updated prod api for mainnet (backend zero)
Ticket

YOMO-1457

Note

Please create the ticket if missing it.

@github-actions github-actions bot added the chore label May 27, 2024
@stackchain stackchain added this to the 4.28.0 milestone May 27, 2024
@stackchain stackchain marked this pull request as ready for review May 27, 2024 17:13
@stackchain stackchain changed the title feature(wallet-mobile): traits feature(wallet-mobile): NFTs traits May 27, 2024

return {
...query,
tokenTraits: query.data,
Copy link
Contributor

@banklesss banklesss May 27, 2024

Choose a reason for hiding this comment

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

If i am not wrong traits its a property of data right? query.data.traits

would it be a good idea to get the traits so you dont need to use tokenTraits.traits?

or does query.data contain more useful properties?

Copy link
Contributor

Choose a reason for hiding this comment

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

ok i see it includes total items property

Copy link
Contributor

Choose a reason for hiding this comment

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

 return {
    ...query,
    tokenTraits: query.data.traits,
    totalItems: query.data.totalItems,
 }

Maybe like this?

To avoid tokenTraits.traits

Copy link
Member Author

Choose a reason for hiding this comment

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

yap, some info are not important cuz it does have the info before hitting it.

@stackchain stackchain merged commit 541b2ab into develop May 28, 2024
2 checks passed
@stackchain stackchain deleted the chore/prod-api branch May 28, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants