SEI logo

SEI Devnet

RPC Endpoints

Chain ID: 713715 · SEI

Other SEI networks:MainnetTestnet
How to add SEI to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://sei-devnet.drpc.org
713715SEIExplorer
Checking
https://evm-rpc.arctic-1.seinetwork.io
713715SEIExplorer

Connect to SEI Devnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://sei-devnet.drpc.org");

const network = await provider.getNetwork();
console.log(network.chainId); // 7419669n

SEI Devnet — common questions

What is the RPC URL for SEI Devnet?
There are 2 public RPC endpoints for SEI Devnet, including https://sei-devnet.drpc.org. See the full list in the table above.
What is the Chain ID for SEI Devnet?
The Chain ID for SEI Devnet is 7419669 (713715 in hexadecimal).
What is the native currency of SEI Devnet?
The native currency of SEI Devnet is SEI.
How do I add SEI Devnet to MetaMask?
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.