New chains: Etherlink, Etherlink Testnet, Lisk Mainnet, Zero Mainnet, Cronos zkEVM Testnet, Cronos zkEVM
Lots of zksync native account abstracted chains unlocked this week!
We've added new chains to the platform this week!
Every chain comes out of the box with SDK support RPC, Engine and Account Abstraction capabilities. All you need is the chain id to get going.
const wallet = smartWallet({
chain: defineChain(388), // just need the chainId!
sponsorGas: true,
});
For testnets, you'll also find a faucet in each chain page.
Happy building! 🛠️