> ## Documentation Index
> Fetch the complete documentation index at: https://www.dynamic.xyz/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

<Update label="2026-06-22" description="v1.14.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **client:** add `deposit_address` source type to `attachCheckoutTransactionSource`
</Update>

<Update label="2026-06-22" description="v1.13.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate high-severity dependency vulnerabilities
  * use elevated scope for `credential:link` and add tests
  * **waas:** rebuild cached WaaS client on session change after step-up reauth
</Update>

<Update label="2026-06-18" description="v1.12.2" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **client:** gate WaaS client creation on completed onboarding
  * **client:** include device registration in `isUserOnboardingComplete`
  * ensure the SDK loads when there are verified credentials with missing wallet name
</Update>

<Update label="2026-06-17" description="v1.12.1" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **tron:** normalize deserialized `raw_data` to fix wallet signing rejections
</Update>

<Update label="2026-06-16" description="v1.12.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **client:** preconnect to WaaS iframe origin at auth-flow start
</Update>

<Update label="2026-06-15" description="v1.11.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **flow:** add `broadcastFlow` function
  * **flow:** add `cancelFlow` function
  * **flow:** add `submitFlowTransaction` function
</Update>

<Update label="2026-06-15" description="v1.10.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **client:** attach `credential:unlink` elevated token in `unlinkSocialAccount`
  * **client:** omit embedded `walletId` in `unlinkSocialAccount` to avoid 422

  🚀Features

  * **client:** add `requestedScopes` to `signInWithSocialPopUp` for native social linking
  * **flow:** add `attachFlowSource` function
  * **flow:** add `getFlow` function
  * **flow:** add `getFlowQuote` function
  * **flow:** add `prepareFlowSigning` function
</Update>

<Update label="2026-06-15" description="v1.9.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate high-severity `bigint-buffer` vulnerability
  * remediate high-severity `esbuild` vulnerability (GHSA-gv7w-rqvm-qjhr)

  🚀Features

  * **tron:** Tron checkout payment signing and fee estimation
</Update>

<Update label="2026-06-10" description="v1.8.2" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **client:** single-flight the nonce pool refill
  * **react-native:** fix Android autolinking in bare React Native apps
</Update>

<Update label="2026-06-10" description="v1.8.1" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate critical `shell-quote` vulnerability (CVE-2026-9277)
</Update>

<Update label="2026-06-08" description="v1.8.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **waas:** log out on iframe 401 via reverse channel
</Update>

<Update label="2026-06-04" description="v1.7.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **waas:** forward a consumer-supplied Google Drive token through the JS SDK
</Update>

<Update label="2026-06-03" description="v1.6.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate high-severity dependency vulnerabilities
  * remediate a critical `vitest` vulnerability (GHSA-5xrq-8626-4rwp)

  🚀Features

  * **react-native:** support WaaS on React Native
</Update>

<Update label="2026-06-02" description="v1.5.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **client:** add `isAnyWalletAccountConnected` helper to check whether any wallet account is currently connected
  * **client:** add MoonPay onramp support via [`getMoonPayUrl`](/javascript/reference/client/get-moonpay-url) and [`getMoonPayCurrencies`](/javascript/reference/client/get-moonpay-currencies)
  * **evm:** expose an optional `nonce` on the gasless sign, send, and relay transaction methods
  * **react-hooks:** add query and mutation hooks — `useGetTokenBalances`, `useGetMultichainTokenBalances`, `useGetTransactionHistory`, `useSignMessage`, `useUpdateUser`, `useVerifyWalletAccount`, `useIsCaptchaRequired`, `useIsUserMissingMfaAuth`, and `useIsUserOnboardingComplete`
  * **solana:** add support for MetaMask Solana mobile
  * **sui:** add `getSuiTransactionHistory`
</Update>

<Update label="2026-05-26" description="v1.4.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **tron:** WaaS Tron is now wired into `addTronExtension` — calling `addTronExtension` on a client configured with a Tron WaaS chain automatically registers the Tron WaaS wallet provider (previously required a separate explicit registration)
</Update>

<Update label="2026-05-22" description="v1.3.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **checkout:** [`getFlowQuote`](/javascript/reference/client/get-flow-quote) no longer requires `fromTokenAddress` when the source token is the chain's native asset
  * **client:** add `getWalletOptionsCatalogue` for retrieving the configured external wallet sign-in options
  * **getBalances:** allow fetching balances from multiple networks on the same chain in a single call
  * **tron:** add WaaS Tron wallet provider extension in `@dynamic-labs-sdk/tron`
</Update>

<Update label="2026-05-21" description="v1.2.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no customer-visible changes.
</Update>

<Update label="2026-05-19" description="v1.2.0" tags={["JavaScript SDK"]}>
  🚀Features

  * **checkout:** [`getFlowQuote`](/javascript/reference/client/get-flow-quote) accepts an optional `fromChainId` to override the source chain captured at attach time, without re-attaching the source
</Update>

<Update label="2026-05-15" description="v1.1.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **evm:** align sponsored transaction status enum with `@dynamic-labs/sdk-api-core` 0.0.985

  🚀Features

  * **aleo:** add Aleo Wallet Standard extension
  * **evm:** add EIP-7702 authorization and delegation (with in-memory delegation cache)
</Update>

<Update label="2026-05-14" description="v1.0.0" tags={["JavaScript SDK"]}>
  🚀Features

  * add `tokenAddress` parameter to `getTransactionHistory` request — filter transaction history by a specific token (ERC-20 contract address on EVM, SPL mint on Solana)
</Update>

<Update label="2026-05-13" description="v0.27.3" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **wallet-connect:** answer `eth_chainId` locally in the WalletConnect provider
</Update>

<Update label="2026-05-13" description="v0.27.2" tags={["JavaScript SDK"]}>
  🚀Features

  * **droplet:** add `ToggleCard` component
</Update>

<Update label="2026-05-13" description="v0.27.1" tags={["JavaScript SDK"]}>
  🩹Fixes

  * **client:** forward `customKeyshareRelayBaseUrl` to `DynamicWalletClient`
  * **waas:** forward elevated access token to sign / export operations

  🚀Features

  * add social login to mobile
  * **aleo:** add `@dynamic-labs-sdk/aleo` package
  * **aleo:** add Aleo network provider and balance utilities
  * **client:** add Google Drive backup readiness pre-flight
</Update>

<Update label="2026-05-09" description="v0.27.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate high-severity dependency vulnerabilities

  🚀Features

  * **evm:** add EVM gas sponsorship — `isEvmGasSponsorshipEnabled`, `signSponsoredTransaction`, `sendSponsoredTransaction`, `getEVMSponsoredTransactionStatus`, `waitForSponsoredTransaction`
  * **fermi:** add migration-aid composites for redcoast dashboard port
</Update>

<Update label="2026-05-06" description="v0.26.10" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate high-severity dependency vulnerabilities

  🚀Features

  * add external ton connect ui
  * **fermi:** new design system package
  * **ton:** allow all TonConnect-registry wallets
</Update>

<Update label="2026-05-04" description="v0.26.9" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-05-04" description="v0.26.8" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remove react-native configuration from client package.json
</Update>

<Update label="2026-05-04" description="v0.26.7" tags={["JavaScript SDK"]}>
  🩹Fixes

  * include react-native turbo modules
</Update>

<Update label="2026-04-30" description="v0.26.5" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-29" description="v0.26.4" tags={["JavaScript SDK"]}>
  🩹Fixes

  * rotate session key by removing key before generating a new one
</Update>

<Update label="2026-04-29" description="v0.26.3" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-29" description="v0.26.2" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-27" description="v0.26.1" tags={["JavaScript SDK"]}>
  🩹Fixes

  * set minimum react-native version to v0.73.6
</Update>

<Update label="2026-04-27" description="v0.26.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * ensure session key will not regenerate the TEE PK
  * ensure user shares will not be restored when MFA is required

  🚀Features

  * rename `authenticateWithSocial` → `signInWithSocialRedirect`, `detectOAuthRedirect` → `detectSocialRedirectUrl`, `completeSocialAuthentication` → `completeSocialRedirect` (old names remain exported as `@deprecated`)
  * **react-native:** add passkey support
</Update>

<Update label="2026-04-21" description="v0.25.2" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-21" description="v0.25.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-16" description="v0.25.0" tags={["JavaScript SDK"]}>
  🩹Fixes

  * remediate high-severity vulnerabilities
  * **evm:** support bigint fields in WaaS `signTypedData`

  🚀Features

  * add support for passing additional trusted origins to the WaaS client
</Update>

<Update label="2026-04-08" description="v0.24.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-08" description="v0.24.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * append nonces to pool instead of replacing on refetch

  🚀 Features

  * **react-hooks:** adds new react-hooks package
</Update>

<Update label="2026-04-07" description="v0.23.4" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * refresh user when token is valid
</Update>

<Update label="2026-04-07" description="v0.23.3" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * missing exports for @dynamic-labs-sdk/solana/walletConnect and @dynamic-labs-sdk/bitcoin/waas
</Update>

<Update label="2026-04-02" description="v0.23.2" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-04-02" description="v0.23.1" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * add ton connect manifest url
</Update>

<Update label="2026-04-02" description="v0.23.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add TonConnect external wallet support
</Update>

<Update label="2026-03-31" description="v0.22.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-03-31" description="v0.22.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * error formatting for invalid email
  * override handlebars to >=4.7.9 (CVE-2026-33937)

  🚀 Features

  * add cosmos support
</Update>

<Update label="2026-03-27" description="v0.21.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * **cosmos:** add addCosmosInjectedExtension
</Update>

<Update label="2026-03-26" description="v0.20.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add confirmTransaction function
</Update>

<Update label="2026-03-25" description="v0.19.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * **client:** open/close IndexedDB per operation to prevent stale connections

  🚀 Features

  * add executeSwapTransaction function
  * add requestedScopes to completeSocialAuthentication for step-up auth
  * add token swap feature
  * **cosmos:** add Compass wallet provider
  * **cosmos:** add Keplr wallet provider
  * **cosmos:** add Leap wallet provider
</Update>

<Update label="2026-03-24" description="v0.18.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-03-23" description="v0.18.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * override serialize-javascript and rollup for security vulnerabilities
  * upgrade rollup to >=4.59.0 (CVE-2026-27606)

  🚀 Features

  * **client:** add requestExternalAuthElevatedToken
</Update>

<Update label="2026-03-20" description="v0.17.4" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * override minimatch to patched versions (CVE-2026-26996)
</Update>

<Update label="2026-03-19" description="v0.17.3" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-03-18" description="v0.17.2" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-03-18" description="v0.17.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-03-17" description="v0.17.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add getBalance function
  * **client:** add realtime types, errors, and channel schema factory
</Update>

<Update label="2026-03-13" description="v0.16.3" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * add nonce to send transaction
  * update isDeviceRegistrationRequired to receive user param
</Update>

<Update label="2026-03-12" description="v0.16.2" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * default universal link
</Update>

<Update label="2026-03-10" description="v0.16.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-03-10" description="v0.16.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * **solana:** detect Phantom disconnect redirect
  * **solana:** pass chain id for solana waas signing

  🚀 Features

  * add parseUserAgent util function
  * **client:** add ably dependency for realtime service
</Update>

<Update label="2026-03-06" description="v0.15.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add getDeviceNameFromUserAgent utility
  * add isSolanaGasSponsorshipEnabled helper function
  * add registered device management API (getRegisteredDevices, revokeRegisteredDevice, revokeAllRegisteredDevices)
  * add transferAmount function
  * add deeplink provider detection and iOS safeguard for connectAndVerify
  * auto-prefetch nonce on SDK initialization
  * add completeDeviceRegistration
</Update>

<Update label="2026-03-03" description="v0.14.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * **solana:** add Phantom redirect extension for mobile deep link connections
</Update>

<Update label="2026-02-27" description="v0.13.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * update device registration scope check from device:registration to device:register

  🚀 Features

  * **waas:** add setWaasWalletAccountPassword function
</Update>

<Update label="2026-02-23" description="v0.12.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-02-20" description="v0.12.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * wallet verification

  🚀 Features

  * **bitcoin:** introduce Ledger hardware wallet support for Bitcoin
  * **evm:** add EVM transaction simulation and fee estimation
  * **solana:** add Solana transaction simulation and fee estimation
  * **zerodev:** add ZeroDev user operation simulation
</Update>

<Update label="2026-02-12" description="v0.10.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add completeDeviceRegistration
</Update>

<Update label="2026-02-11" description="v0.9.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * **client:** add missing DynamicClient type import in getWalletRecovery
  * isPendingRecoveryCodesAcknowledgment returns false when MFA not enabled
  * upgrade react-router-dom to patch CVE-2026-22029
  * **wallet-connect:** fix message encoding and add session expiry validation

  🚀 Features

  * add decodeJwt and store elevated access tokens with expiration in state
  * add getElevatedAccessToken function
  * add signAndSendSponsoredTransaction for SVM gas sponsorship
  * add SponsorTransactionError and sponsorTransaction utility
  * allow transforming network data to configure rpc urls (network transformers)
  * forward options in signAndSendTransaction
  * add isUserOnboardingComplete helper
  * **waas:** add getWalletRecoveryState method
  * **waas:** add unlockWallet method
  * **zerodev:** add support for batch txs with new generic UserOperation functions
</Update>

<Update label="2026-02-06" description="v0.8.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * support WalletCreationRequirement for bitcoinConfig in createWaasWalletAccounts
</Update>

<Update label="2026-02-05" description="v0.7.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add detectDeviceRegistrationRedirect
  * add getDeviceTokenFromUrl
  * add isDeviceRegistrationRequired
  * **zerodev:** add signEip7702Authorization helper for kernel delegation
</Update>

<Update label="2026-02-04" description="v0.6.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * upgrade valibot to fix CVE-2025-66020

  🚀 Features

  * add eip7702Auth parameter to createKernelClientForWalletAccount
  * **evm:** add window injected extension for wallets' built-in browsers
  * implement WaaS Bitcoin wallet provider with PSBT building and signing
</Update>

<Update label="2026-02-02" description="v0.5.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add prompt=consent for Google OAuth when Drive backup is enabled
  * add support for starknet injected wallets
  * **client:** add createKrakenExchangeTransfer SDK function
  * **client:** add getKrakenAccounts SDK function
  * **client:** add getKrakenWhitelistedAddresses SDK function
  * create base setup for waas btc
  * **demo:** add Kraken transfer QA section
  * **solana:** add WalletConnect connection flows
  * **solana:** add WalletConnect session management
  * **wallet-connect:** add appendWalletConnectUriToDeepLink utility function
  * **wallet-connect:** add shared session event emitter
  * **wallet-connect:** auto redirect back from wallet app
</Update>

<Update label="2026-01-21" description="v0.4.0" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * update syi packages to reduce vulnerabilities
  * prevent initialization error when no chain extension is active
  * send the api version header correctly formatted

  🚀 Features

  * **evm:** do not auto call addNetwork when switching networks, instead expose it as a new function
</Update>

<Update label="2026-01-20" description="v0.3.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add refreshAuth function
  * add refreshUser to fetch the latest user only
  * add support for Bitget TRON
  * add support for OKX Tron
  * add support for TokenPocket TRON
  * add support for TronLink wallet
  * add support for Trust TRON
  * support adding a password on waas wallet account creation
</Update>

<Update label="2026-01-15" description="v0.2.4" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-01-14" description="v0.2.3" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-01-14" description="v0.2.2" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-01-13" description="v0.2.1" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2026-01-13" description="v0.2.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add getWalletConnectCatalog public API for wallet metadata and deep links
</Update>

<Update label="2025-12-19" description="v0.1.2" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * add status to api error
</Update>

<Update label="2025-12-19" description="v0.1.1" tags={["JavaScript SDK"]}>
  🚀 Features

  * add getTransactionHistory method
</Update>

<Update label="2025-12-18" description="v0.1.0" tags={["JavaScript SDK"]}>
  🚀 Features

  * add getTransactionHistory method
</Update>

<Update label="2025-12-17" description="v0.1.0-alpha.37" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * ensure api errors are correctly parsed
</Update>

<Update label="2025-12-17" description="v0.1.0-alpha.36" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2025-12-12" description="v0.1.0-alpha.35" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * ensure all extensions register the chain network provider builder
  * properly handle signAlTransactions when using Solana Wallet Standard wallets
</Update>

<Update label="2025-12-08" description="v0.1.0-alpha.34" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * emit walletAccountsChanged when loading the SDK
</Update>

<Update label="2025-12-03" description="v0.1.0-alpha.33" tags={["JavaScript SDK"]}>
  🚀 Features

  * add deleteUser
    🩹 Fixes
  * return verified response in the verifyOTP function
</Update>

<Update label="2025-11-27" description="v0.1.0-alpha.32" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2025-11-25" description="v0.1.0-alpha.31" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2025-11-19" description="v0.1.0-alpha.30" tags={["JavaScript SDK"]}>
  🚀 Features

  * allow social account unlinking
  * add support for Sui external wallets
  * add support for Sui embedded wallets
</Update>

<Update label="2025-11-12" description="v0.1.0-alpha.29" tags={["JavaScript SDK"]}>
  🚀 Features

  * add support for WaaS delegation
</Update>

<Update label="2025-11-03" description="v0.1.0-alpha.28" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * don't override mfa token on non-mfa related state updates
</Update>

<Update label="2025-11-03" description="v0.1.0-alpha.27" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2025-10-30" description="v0.1.0-alpha.26" tags={["JavaScript SDK"]}>
  🚀 Features

  * add getUserSocialAccounts function
</Update>

<Update label="2025-10-29" description="v0.1.0-alpha.25" tags={["JavaScript SDK"]}>
  ⚠️ Breaking Changes

  * Rename signInWithSocialRedirect -> authenticateWithSocial
  * Rename completeSocialRedirectSignIn -> completeSocialAuthentication

  🚀 Features

  * add support for social account linking
</Update>

<Update label="2025-10-28" description="v0.1.0-alpha.24" tags={["JavaScript SDK"]}>
  Breaking Changes
  Removed `getSigner` from `solana` package in favor of individual signing methods

  * signAndSendTransaction
  * signTransaction
  * signAllTransactions
</Update>

<Update label="2025-10-22" description="v0.1.0-alpha.23" tags={["JavaScript SDK"]}>
  🚀 Features

  * add support for OKX BTC
  * add support for OneKey BTC
  * add support for Bitget Wallet BTC
  * add support for Binance Wallet BTC
  * add support for Oyl Wallet BTC
  * add support for Leather Wallet BTC
</Update>

<Update label="2025-10-16" description="v0.1.0-alpha.22" tags={["JavaScript SDK"]}>
  🚀 Features

  * add support for Magic Eden BTC
</Update>

<Update label="2025-10-16" description="v0.1.0-alpha.21" tags={["JavaScript SDK"]}>
  🩹 Fixes

  * don't refetch project settings on page refresh if there are connected wallets
</Update>

<Update label="2025-10-15" description="v0.1.0-alpha.20" tags={["JavaScript SDK"]}>
  This was a version bump only, there were no code changes.
</Update>

<Update label="2025-09-02" description="v0.1.0-alpha.0" tags={["JavaScript SDK"]}>
  First official alpha release of the JavaScript SDK.
</Update>
