SEI Devnet RPC EndpointsSEI Devnet uses SEI as its native currency. Its Chain ID is 7419669 (713715). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to SEI Devnet.

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-devnet.drpc.org | 713715 | SEI | https://seistream.app | |
⏳SEI | https://evm-rpc.arctic-1.seinetwork.io | 713715 | SEI | https://seistream.app |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://sei-devnet.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 7419669nThere are 2 public RPC endpoints for SEI Devnet, including https://sei-devnet.drpc.org. See the full list in the table above.
The Chain ID for SEI Devnet is 7419669 (713715 in hexadecimal).
The native currency of SEI Devnet is SEI.
Use the "Add to Wallet" button on this page to add SEI Devnet to MetaMask automatically, or follow our step-by-step guide for SEI.