Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

v2.2.5

Choose a tag to compare

@thebrianchen thebrianchen released this 20 Dec 00:46
851274a

2.2.5

Major Changes

  • Added NftNamespace.getContractsForOwner() to fetch all NFT contracts for a specified owner address. Thanks @xeno097!

Minor Changes

  • Fixed a bug in NftNamespace.getNftsForOwner() where the openSea metadata was not included in the returned NFT.
  • Marked the NftExcludeFilters type as deprecated. Please use NftFilters instead.
  • Added support for the orderBy param to NftNamespace.getNftsForOwner() and NftNamespace.getContractsForOwner().