New chains: Etherlink, Etherlink Testnet, Lisk Mainnet, Zero Mainnet, Cronos zkEVM Testnet, Cronos zkEVM

Lots of zksync native account abstracted chains unlocked this week!

New chains: Etherlink, Etherlink Testnet, Lisk Mainnet, Zero Mainnet, Cronos zkEVM Testnet, Cronos zkEVM

We've added new chains to the platform this week!

Etherlink: RPC and Chain Settings
Use the best Etherlink RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Etherlink Testnet: RPC and Chain Settings
Use the best Etherlink Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and faucet options.
Lisk: RPC and Chain Settings
Use the best Lisk RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
ZERO: RPC and Chain Settings
Use the best ZERO RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Cronos zkEVM Testnet: RPC and Chain Settings
Use the best Cronos zkEVM Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and faucet options.
Cronos zkEVM: RPC and Chain Settings
Use the best Cronos zkEVM RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.

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! 🛠️