Mode Sepolia Testnet RPC EndpointsMode Sepolia Testnet uses ETH as its native currency. Its Chain ID is 919 (0x397). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Mode Sepolia Testnet.

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Mode | https://mode-testnet.drpc.org/ | 0x397 | ETH | https://sepolia.explorer.mode.network | |
⏳Mode | https://sepolia.mode.network | 0x397 | ETH | https://sepolia.explorer.mode.network |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://mode-testnet.drpc.org/");
const network = await provider.getNetwork();
console.log(network.chainId); // 919nThere are 2 public RPC endpoints for Mode Sepolia Testnet, including https://mode-testnet.drpc.org/. See the full list in the table above.
The Chain ID for Mode Sepolia Testnet is 919 (0x397 in hexadecimal).
The native currency of Mode Sepolia Testnet is ETH.
Use the "Add to Wallet" button on this page to add Mode Sepolia Testnet to MetaMask automatically, or follow our step-by-step guide for Mode.