January 29th, 2026

Updated Gas Tank Features, Trails project analytics, and more.
Launched the Ecosystem Gas Tank and added a dedicated Gas Tank page UI for ecosystem managers.
Introduced a 5% tolerance for amount checks in crypto payments to reduce transaction failures.
Fixed broken documentation URLs on the payments page.
Added support for default chains and introduced the allowEOAWallets flag for more flexible wallet configurations.
Simplified the Web SDK configuration for ecosystems (early access)
QuotaControl: Updated to v0.23.0 and implemented cache key versioning for more reliable quota management.
Added max-request-size limits to all HTTP servers and enforced a 3MB client-side upload validation on public RPCs.
Trails: Added project-level analytics and implemented the ability to export Trails transactions.
Wallet Metrics: Enhanced analytics to include ecosystem wallet metrics
January 20th, 2026

Trails integration, modern type system update, and new hooks and utilities.
Default Trails checkout mode for seamless, cross-chain, 1-click purchases with any token, any wallet.
All modals now export context hooks & types for fully custom UI implementations.
Full BigInt support and viem-compatible types for token IDs, amounts, addresses, and hex values.
Modals now have built-in error boundaries with retry options.
useERC721Owner β fetch ERC721 token owners processProperties / processAttributes β normalize NFT metadata
tokenId, amount, quantity β now BigInt
Address β now viem Address type
onSuccess / onError callbacks removed from modal hooks (handled internally now)
Activities APIs (useListCollectionActivities, useListCollectibleActivities) removed
January 16th, 2026

New Admin roles, Updated Gas Tank, and Slack notifications for Gas Tank balances.
Added a dedicated payment page UI and finalized multiple payment page enhancements
Implemented Slack notifications for Gas Tank events
Introduced new Admin roles and fine-tuned tab-level permissions
Added CSV import/export functionality for domain access management
Fixed a small permission issue and refined ecosystem manager queries
Updated Unreal Engine code on SDK examples for better compatibility
Added "soft delete" functionality for ecosystem licenses and improved general ecosystem UI components
Update Ecosystem Wallet configuration with complete UI configuration available
Refined contract creation into a 2-step process and added deployment status tracking
Fixed AWS configuration initialization specifically within the WithSecrets function
Automated dependency updates to quotacontrol@latest
Add price input solution into several places like shop, mint access etc
December 10th, 2025

Refreshed gas tank experience, expanded network support, and broad UX + reliability improvements.
Updated Gas Tank page design and resolved several UI issues
Added ListPaymentMethods API with a new payment method model
Added support for Etherlink Shadownet
Fixed boolean parsing during contract operations
Added external URL support for crypto financial entries
Improved Stripe + email workflows for confirmations and redirects
Improved ecosystem wallet settings and configuration fields
Improved reliability for GetProject via context creation
Updated Node Gateway page with refreshed layout
Added SVG file upload support
Applied multiple backend stability fixes
Improved network selector with grouped networks
General UI cleanup and component fixes across Builder
Cleaned up API endpoints and unused routes
Fixed multiple issues with ecosystem management and closed-state behavior
November 26th, 2025

Improved onboarding, better project management, upgraded developer tooling, and new network support.
Introduced a new onboarding flow for a smoother first-time user experience
Fixed issues with initial project creation and handling of deleted/missing projects
Improved recent-project tracking logic (ecosystem-aware and deletion-safe)
Added direct link to the new Web SDK Playground from the embedded wallet
Added predefined Web SDK & embedded wallet use cases to speed up developer setup
Added ability to send value on write for contract interactions
Added Katana network support
Removed Monad from early access
November 26th, 2025

Enhanced listings, new pricing filters, Transak integration, and improved OpenSea currency support.
Integrated with Web SDK 5.4 Transak
Added new hooks:
useCollectionActiveListingsCurrencies and useCollectionActiveOffersCurrencies for fetching active currencies in listings and offers
useGetPrimarySaleItem for fetching individual primary sale items
Added price filter functionality with new components, badges, and state management
Integrated lowestListing directly into MarketCard and ShopCard components for faster data retrieval
Expanded OpenSea currency support
Added ENS contract addresses to wagmi chain configurations
Fixed error handling in MakeOfferModal to clearly display when no ERC-20 tokens are configured
Improved readability for large percentage values (e.g., now displays β199,900.00%β)
Implemented OpenSea decimal validation for offers
Fixed calendar date selection so βTodayβ correctly sets time to end of day (23:59:59.999)
Added loading modal during payment parameter fetch to prevent premature user actions in checkout
November 11th, 2025

Multi-Wallet support to simplify utilizing your funds, plus new design system updates, SEI cleanup, and improved stability
Introduced multi-wallet support for seamless fund management across connected wallets
Added direct login from the new landing page for faster access
Enhanced signer and signing flow
Improved client validation and session refresh
Removed SEI collections from the Marketplace
Refreshed alert and callout banner designs
Added copy button for function signatures
Improved alerts for contract collaborators
Broadened error coverage in ContractVersion detection for improved accuracy
Preserved early access state after localStorage reset
Fixed wallet listing and provider-related issues
Applied minor service and utility fixes for overall stability
Fixed Shop banner display and uploads
Fixed market and shop collection issues for smoother performance
November 5th, 2025

A fresh new look and smoother authentication with a major frontend refresh, upgraded authentication, and key improvements across analytics, billing, and platform performance.
Migrated Builder to the Web SDK for a more seamless authentication experience
Upgraded to React Query v5 for improved data handling and caching
Added wallet session validation for Sequence Wallet
Added Arc Testnet support
Improved Gas tank balance history
Enhanced caching and Stripe entity management
Improved royalty fee calculation logic
Introduced new transaction metrics and improved existing analytics queries
Improved unsaved changes logic and small admin UI fixes
October 28th, 2025

New chain support, simplified wallet integration, and improved stability.
Added support for Somnia mainnet, Incentiv testnet v2, and Sandbox testnet
Introduced EmbeddedWalletAdapter, a lightweight integration layer for easier wallet setup
Fixed stripping issues by adding preserve flags
Improved reliability by ignoring case sensitivity when comparing fee option contract addresses with balances
October 28th, 2025

Expanded chain support, new swap API, and improved encoding/decoding
Added support for Somnia mainnet, Sandbox testnet, and Incentiv testnet v2
Added support for encoding function parameters and decoding results via Rust library
Added decoding support for ERC721 and ERC1155 sale contract details
Introduced a new Swap API for improved trading functionality
Removed redundant 'page' warnings during execution
Fixed ListAllCollectibleOffers and ListAllCollectibleListings returning arrays of empty objects
Fixed MIME type handling when downloading textures