Skip to content
Alchemy Logo

Changelog

Stay in touch with new updates and improvements in the Alchemy ecosystem.

Alchemy Signer `/signup` endpoint turned off

The Alchemy Signer /signup endpoint has been turned off as of June 18, 2026. New sign-ups for the Alchemy Signer, Account Kit, and Embedded Wallets are no longer accepted and will return an error.

Login and auth endpoints remain live so existing users can continue to sign in and migrate to a new signer. For new sign-ups, use Privy with Wallet APIs. The signer migration overview covers the React and JWT / Auth0 migration flows step by step.

Upgrades

  • Arc Testnet: arc-consensus 0.4.0, arc-execution 0.7.2
  • Bob Mainnet: op-reth v2.3.1, op-node v1.19.0
  • Bob Sepolia: op-reth v2.3.1, op-node v1.19.0
  • Gensyn Mainnet: op-node v1.19.0, op-reth v2.3.1
  • Gensyn Testnet: op-node v1.19.0, op-reth v2.3.1
  • Gnosis Chiado: nethermind 1.38.1
  • Gnosis Mainnet: nethermind 1.38.1
  • Mode Mainnet: op-reth v2.3.1, op-node v1.19.0
  • Mode Sepolia: op-reth v2.0.0
  • Rootstock Mainnet: rsk VETIVER-9.0.2
  • Rootstock Testnet: rsk VETIVER-9.0.2
  • Settlus Sepolia: op-node v1.19.0, op-reth v2.3.1
  • Shape Mainnet: op-reth v2.3.1, op-node v1.19.0
  • Shape Sepolia: op-reth v2.3.1, op-node v1.19.0
  • Tempo Mainnet: tempo 1.9.0
  • Tempo Moderato: tempo 1.9.0
  • Xlayer Mainnet: op-reth v0.0.6
  • Zora Mainnet: op-reth v2.3.1, op-node v1.19.0
  • Zora Sepolia: op-reth v2.3.1, op-node v1.19.0

Networks

  • Kaia mainnet and testnet went live, making both networks publicly available on Alchemy.

Upgrades

SDK

  • Added documentation for sending sponsored Solana transactions using the @alchemy/smart-wallets package.

Upgrades

  • Gnosis Chiado: nethermind 1.38.0
  • Gnosis Mainnet: nethermind 1.38.0
  • Injective Mainnet: evm-gateway v1.4.0
  • Mode Sepolia: op-reth v2.2.5, op-node v1.18.2
  • Story Mainnet: story v1.8.0
  • Story Testnet: story v1.7.0
  • Tempo Mainnet: tempo 1.8.1
  • Tempo Moderato: tempo 1.8.1

Wallet APIs

  • Added an option to skip the ERC-20 paymaster balance precheck for post-op gas payments when the user operation will credit the sender with the tokens needed to cover gas.
  • Made standalone sponsored delegation generally available, enabling delegation and undelegation without a user operation.
  • Expanded EIP-7702 support in Rundler to additional networks, including Zora Mainnet, Soneium Minato, Celo Sepolia, Cronos Mainnet, Edge, and more.

Upgrades

SDK

  • Improved schema validation and error handling in @alchemy/wallet-apis to make integration issues easier to diagnose.
  • Added stricter selector validation to PermissionBuilder to catch invalid permission definitions earlier.
  • Updated the SDK reference docs with complete type information.

Wallet APIs

  • Fixed wallet_getCallsStatus so transaction receipts are filtered to the requested user operation.

Upgrades

  • Expanded Pharos Mainnet support to the APSE region to improve regional availability.

Updates

  • Added CPI rent prefunding support for Solana transactions in Gas Manager. Use prefundRent: true with alchemy_requestFeePayer when a sponsored transaction may create accounts through a cross-program invocation (CPI) and needs rent covered. Learn more.

Upgrades

SDK

  • SDK v5 reference docs are now live. We recommend that aa-sdk users upgrade. @alchemy/wallet-apis is the recommended package for most users, with updated lower-level packages available for integrating directly with viem.
  • Added stricter selector checks in the MAv2 permission builder.

Rundler

  • Fixed an initialization bug with flashblocks on fast block time networks (e.g., Xlayer).

Upgrades