.NET 1.1.0 - Additional AA & External Wallet Support Additional helpers for smart wallet session keys and external wallets.
Unity 4.18.0 - Coinbase Smart Wallets * [WebGL] Added support for Coinbase Smart Wallets * Simply use the existing WalletProvider.Coinbase in WebGL to test it out! * If you do not have a Coinbase wallet browser extension, you will be prompted to create a Coinbase Smart Wallet. * Note that to test this locally you must add a CORS
Introducing Engine Metrics We are excited to announce a significant update designed to bring greater transparency and control to your managed engine instances. At the heart of this update is a suite of new features aimed at giving you deeper insights into the performance and health of your engine instances. Detailed Load Monitoring
Changelog Introducing pre-built modular contracts Today we are introducing new pre-built contracts created by the recently released modular contracts framework to Explore. * Token * Token Drop * NFT Collection * NFT Drop * Open Edition * Edition * Edition Drop Please note these contracts are only available in beta meaning they are only deployable through testnets for a short period of
Refresh contract metadata from dashboard We've enabled a way to refresh metadata / ABI from the contract page. Navigate to the sources tab on your contract page, and click the "Refresh Contract Data" button as shown below: This will clear any cached metadata and fetch the contract ABI / functions again.
Pay for Commerce and Transactions Sell physical or digital goods and accept fiat or crypto payments on any chain.
Engine IP Allowlists We've added IP Allowlist to enhance your Engine instance security. This feature lets you control which IP addresses can access your Engine API while keeping it accessible from Dashboard . What it does: * Restricts API access to specified IP addresses * Keeps Engine accessible from the Dashboard regardless of IP
Ecosystem Wallets: Update Partners You can now edit partner information in the Ecosystem Wallets dashboard.
Changelog ERC20 Paymaster Support, Connect UI Transactions, and readContract msg.sender thirdweb SDK v5.36.0
Release Multi-chain Faucet We’re thrilled to announce our latest dev tool: a new multi-chain faucet designed to to be self sustained. The faucet supports every EVM testnet, and makes it fun to claim testnet funds. You can claim funds once per testnet chain every 24 hours, ensuring a consistent flow of resources
Introducing Engine Demo We’re thrilled to announce the launch of the Try Demo (READ only Sandbox) feature for thirdweb Engine. Engine Demo provides users with the opportunity to explore and interact with an Engine instance through the thirdweb Engine Dashboard. This experience requires no additional infrastructure or setup costs, allowing users to
.NET 1.0.1 - Godot Hotfix & Utils .NET 1.0.1 patches an issue that was found whereby the main thread would be blocked when using the SDK in Godot. Feel free to update to the latest version of our package. It also brings you a chain metadata fetching utility: var chainData = await Utils.FetchThirdwebChainDataAsync(client, 421614)