You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the transact namespace for functionality relating to sending transactions. This includes the Flashbots methods sendPrivateTransaction and cancelPrivateTransaction.
Minor Changes
Removed the deprecated TOKEN enum from AssetTransfersCategory.
Added support for Optimism Goerli network via the Network.OPT_GOERLI enum.
Added the pageSize parameter in GetNftsForContractOption to specify the number of NFTs fetched when using alchemy.nft.getNftsForContract.
Added correct withMetadata typing to AssetTransfersResponse.