This repository was archived by the owner on Mar 11, 2026. It is now read-only.
v2.2.2 (DEPRECATED!)
2.2.2
Major Changes
Minor Changes
- Added support for ENS resolution to the
NotifyNamespaceandWebsocketNamespacemethods. - Added the
batchRequestssetting inAlchemySettings. Enabling this setting will automatically batch and send json-rpc requests to reduce network overhead. - Included new export for the
Interfaceclass from ethers to simplify encoding ABI when usingeth_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!