SEI Testnet RPC EndpointsSEI Testnet uses SEI as its native currency. Its Chain ID is 4904 (1328). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to SEI Testnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳SEI | https://sei-testnet.drpc.org | 1328 | SEI | https://seitrace.com | |
⏳SEI | https://evm-rpc-testnet.sei-apis.com | 1328 | SEI | https://seitrace.com | |
⏳SEI | https://node.histori.xyz/sei-testnet/8ry9f6t9dct1se2hlagxnd9n2a | 1328 | SEI | https://seitrace.com |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://sei-testnet.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 4904nThere are 3 public RPC endpoints for SEI Testnet, including https://sei-testnet.drpc.org. See the full list in the table above.
The Chain ID for SEI Testnet is 4904 (1328 in hexadecimal).
The native currency of SEI Testnet is SEI.
Use the "Add to Wallet" button on this page to add SEI Testnet to MetaMask automatically, or follow our step-by-step guide for SEI.