New chains: Immutable zkEVM, Immutable zkEVM Testnet & Ozean Testnet

Firekeeper

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

Immutable zkEVM: RPC and Chain Settings
Use the best Immutable zkEVM RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Immutable zkEVM Testnet: RPC and Chain Settings
Use the best Immutable zkEVM Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and faucet options.
Ozean: RPC and Chain Settings
Use the best Ozean 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(13473), // just need the chainId!
sponsorGas: true,
});

For testnets, you'll also find a faucet in each chain page.

Happy building! 🛠️