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: src-7 src-9 #1653

Closed
wants to merge 17 commits into from
Closed

feat: src-7 src-9 #1653

wants to merge 17 commits into from

Conversation

arthurgeron
Copy link
Contributor

@arthurgeron arthurgeron commented Nov 14, 2024

Closes #1637
Closes #1636

  • Fixes intermittent long loading state on the wallet. FE-899
  • Fetch and display NFT data directly from indexer, SRC-7,9 and 20. FE-862 FE-863.

@arthurgeron arthurgeron changed the title feat: src-7 src-8 NFTs feat: src-7 src-8 Nov 14, 2024
@arthurgeron arthurgeron marked this pull request as ready for review November 14, 2024 05:49
@arthurgeron arthurgeron changed the title feat: src-7 src-8 feat: src-7 src-8 FE-862 FE-863 FE-899 Nov 14, 2024
@arthurgeron arthurgeron changed the title feat: src-7 src-8 FE-862 FE-863 FE-899 feat: src-7 src-8 Nov 14, 2024
@arthurgeron arthurgeron enabled auto-merge (squash) November 14, 2024 07:58
@LuizAsFight LuizAsFight changed the title feat: src-7 src-8 feat: src-7 src-9 Nov 14, 2024
Comment on lines 78 to 87
if (assetFromIndexer.contractId) {
const nftData = await fetchNftData({
assetId,
contractId: assetFromIndexer.contractId,
provider,
});
Object.assign(asset, nftData);
}).catch(() => undefined);
if (nftData?.name) {
Object.assign(asset, nftData);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

we don't need this as the assetFromIndexer will have the isNft already

auto-merge was automatically disabled November 15, 2024 05:47

Pull request was closed

@arthurgeron arthurgeron deleted the ag/feat/src-7-8-nfts branch November 15, 2024 06:00
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.

Support SRC9 Support SRC7
3 participants