New chains: Sei Testnet, Sei Mainnet, Viction Testnet, Eclipse Testnet, Flow Testnet, Rivalz, Rivalz2, Ouroboro

Always expanding.

New chains: Sei Testnet, Sei Mainnet, Viction Testnet, Eclipse Testnet, Flow Testnet, Rivalz, Rivalz2, Ouroboro

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

Sei Testnet: RPC and Chain Settings
Use the best Sei Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and faucet options.
Sei Network: RPC and Chain Settings
Use the best Sei Network RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Viction Testnet: RPC and Chain Settings
Use the best Viction Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Eclipse Testnet: RPC and Chain Settings
Use the best Eclipse Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
EVM on Flow Testnet: RPC and Chain Settings
Use the best EVM on Flow Testnet RPC and add to your wallet. Discover the chain ID, native token, explorers, and faucet options.
Rivalz: RPC and Chain Settings
Use the best Rivalz RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Rivalz2: RPC and Chain Settings
Use the best Rivalz2 RPC and add to your wallet. Discover the chain ID, native token, explorers, and more.
Ouroboro: RPC and Chain Settings
Use the best Ouroboro 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! 🛠️