Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions content/changelog/2026-09-17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## Wallets

**Wallet APIs**

* Added support for Arc Mainnet across the Wallet APIs stack, including the bundler (Rundler) and Paymaster. You can now create smart accounts, sponsor gas, and send user operations on Arc alongside every other supported network.
* Enabled EIP-7702 on ApeChain Mainnet. Wallet APIs and the bundler now support 7702 smart accounts on ApeChain.
* The `@alchemy/wallet-apis` SDK now recognizes the SemiModularAccount7702 v1.1.0 delegate address (`0x77021100bD87b7008E5E1989d0eB38555d0d0000`). New 7702 accounts created through Wallet APIs default to v1.1.0; existing v1.0.0 accounts keep their current delegate. See [choosing your delegation version](https://www.alchemy.com/docs/wallets/transactions/using-eip-7702#choose-the-delegation-version).

## Node

**Networks**

* Arc Mainnet is live on Alchemy with full RPC coverage across all Alchemy Node APIs.

**Upgrades**

* Arc Mainnet: Arc Execution 0.8.0, initGenesis d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc
* Avalanche Mainnet: Avalanchego v1.15.0
* Bob Sepolia: op-reth [v2.2.3](https://github.com/conduitxyz/conduit-op-reth/releases/tag/v2.2.3)
* Creditcoin Testnet: creditcoin [3.134.0-testnet](https://github.com/gluwa/creditcoin3/releases/tag/3.134.0-testnet)
* Etherlink Mainnet: etherlink octez-evm-node-v0.66
* Etherlink Testnet: etherlink octez-evm-node-v0.66
* Ink Mainnet: op-reth v2.4.3, op-node v1.19.6
* Ink Sepolia: op-reth v2.4.3, op-node v1.19.6
* Lisk Mainnet: op-reth v2.4.3, op-node v1.19.6
* Lisk Sepolia: op-reth v2.4.3, op-node v1.19.6
* Merlin Mainnet: erigon v2.0.4
* Metal Mainnet: op-reth v2.4.4, op-node v1.19.7
* Metal Testnet: op-reth [v2.2.3](https://github.com/conduitxyz/conduit-op-reth/releases/tag/v2.2.3), metal-testnet-reth v2.4.4, op-node v1.19.7
* Optimism Mainnet: op-reth v2.4.3, op-node v1.19.6
* Optimism Sepolia: op-reth v2.4.3, op-node v1.19.6
* Plasma Mainnet: plasma-consensus 1.1.0, reth [v1.11.3](https://github.com/paradigmxyz/reth/releases/tag/v1.11.3)
* Rise Mainnet: rise-node sha-80d9780, op-node sha-31f2dcb
* Ronin Mainnet: op-reth [v2.2.3](https://github.com/conduitxyz/conduit-op-reth/releases/tag/v2.2.3), op-node v1.19.6
* Ronin Saigon: op-reth [v2.2.3](https://github.com/conduitxyz/conduit-op-reth/releases/tag/v2.2.3), op-node v1.19.6
* Shape Mainnet: op-node v1.19.0
* Soneium Mainnet: op-reth v2.4.3, op-node v1.19.6
* Soneium Sepolia: op-reth v2.4.3, op-node v1.19.6
* Starknet Mainnet: pathfinder [v0.24.0](https://github.com/eqlabs/pathfinder/releases/tag/v0.24.0)
* Starknet Testnet: pathfinder [v0.24.0](https://github.com/eqlabs/pathfinder/releases/tag/v0.24.0)
* Stellar Mainnet: stellar-rpc 28.0.1-207, stellar-mainnet 28.0.1
* Stellar Testnet: stellar-rpc 28.0.1-207, stellar-testnet 28.0.1
* Tron Mainnet: java-tron [GreatVoyage-v4.8.2.2](https://github.com/tronprotocol/java-tron/releases/tag/GreatVoyage-v4.8.2.2)
* Tron Testnet: java-tron tron-nile-testnet-v4.8.2.2-pq1-build1
* Worldl3 Devnet: op-node v1.19.6, op-reth v2.4.3
* Zircuit Mainnet: op-reth [v2.2.3](https://github.com/conduitxyz/conduit-op-reth/releases/tag/v2.2.3), op-node v1.19.5
Loading