Skip to content

Commit

Permalink
feat: add call to getCollection to get more collection data (#4443)
Browse files Browse the repository at this point in the history
## Explanation

We wanted to fetch more collection related data to populate the new NFT
details designs.
When an NFT is either detected or manually imported, i added a call to
NFT-API get collections API to fetch more collection data.

## References

<!--
Are there any issues that this pull request is tied to? Are there other
links that reviewers should consult to understand these changes better?

For example:

* Fixes #12345
* Related to #67890
-->

## Changelog

<!--
If you're making any consumer-facing changes, list those changes here as
if you were updating a changelog, using the template below as a guide.

(CATEGORY is one of BREAKING, ADDED, CHANGED, DEPRECATED, REMOVED, or
FIXED. For security-related issues, follow the Security Advisory
process.)

Please take care to name the exact pieces of the API you've added or
changed (e.g. types, interfaces, functions, or methods).

If there are any breaking changes, make sure to offer a solution for
consumers to follow once they upgrade to the changes.

Finally, if you're only making changes to development scripts or tests,
you may replace the template below with "None".
-->

### `@metamask/assets-controllers`

- **ADDED**: Added a batch call to get collections API in `detectNfts`
function.
- **ADDED**: Added a call to get collections API inside
`getNftInformationFromApi`


## Checklist

- [ ] I've updated the test suite for new or updated code as appropriate
- [ ] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [ ] I've highlighted breaking changes using the "BREAKING" category
above as appropriate
  • Loading branch information
sahar-fehri authored Jul 10, 2024
1 parent f02c520 commit 973acd8
Show file tree
Hide file tree
Showing 6 changed files with 1,359 additions and 112 deletions.
Loading

0 comments on commit 973acd8

Please sign in to comment.