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

v2.2.2 (DEPRECATED!)

Choose a tag to compare

@thebrianchen thebrianchen released this 17 Nov 17:26
a44b080

2.2.2

Major Changes

Minor Changes

  • Added support for ENS resolution to the NotifyNamespace and WebsocketNamespace methods.
  • Added the batchRequests setting in AlchemySettings. Enabling this setting will automatically batch and send json-rpc requests to reduce network overhead.
  • Included new export for the Interface class from ethers to simplify encoding ABI when using eth_call.
  • Added support for the NftNamespace.getNftMetadataBatch() method to fetch metadata for multiple NFTs in a single call.
  • Added support for the NftNamespace.getNftSales() method to fetch NFT sales across different marketplaces. Thanks @xeno097!