Release Notes
Last updated
Breaking Change: Simplified Media interface — removed imagePreview and animationPreview fields
Change: image now returns the optimized preview (image_preview || thumbnail), falling back to the original image
Change: animation now returns the optimized preview (animation_preview), falling back to the original animation
New: Added originalImage and originalAnimation fields to Media for access to full-resolution originals
New: Added subscribeToContractEvents method to IPublicProvider for subscribing to contract events
New: Implemented subscribeToContractEvents in all provider adapters (Viem, Ethers5, Wagmi)
Feature: Support for real-time event monitoring with topic filtering and callback handlers
Breaking Change: Removed httpRPCs dependency from SDK client initialization
New: Added public provider abstraction for blockchain interactions
New: Added createPublicProviderViem and createPublicProviderEthers5 functions
New: Added createPublicProviderWagmi function for Wagmi integration
New: Added fallback provider support for automatic failover on provider errors or network mismatches
Change: createClient now requires a publicProvider parameter
Change: Account adapters no longer require the client instance
Improvement: Cleaner separation between read-only and transaction operations
Improvement: Better multi-network support through provider abstraction
Improvement: Enhanced reliability with automatic fallback to backup providers
Improvement: Native Wagmi support for seamless React integration
Added support for Edition product
Added support for BlindMint product
Last updated