New chains: Sei Testnet, Sei Mainnet, Viction Testnet, Eclipse Testnet, Flow Testnet, Rivalz, Rivalz2, Ouroboro
Always expanding.
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! 🛠️