Mode logo

Mode Sepolia Testnet

RPC Endpoints

Chain ID: 0x397 · ETH

Other Mode networks:Mainnet
How to add Mode to MetaMask or other wallets

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://mode-testnet.drpc.org/
0x397ETHExplorer
Checking
https://sepolia.mode.network
0x397ETHExplorer

Connect to Mode Sepolia Testnet with ethers.js

import { ethers } from "ethers";

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

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

Mode Sepolia Testnet — common questions

What is the RPC URL for Mode Sepolia Testnet?
There are 2 public RPC endpoints for Mode Sepolia Testnet, including https://mode-testnet.drpc.org/. See the full list in the table above.
What is the Chain ID for Mode Sepolia Testnet?
The Chain ID for Mode Sepolia Testnet is 919 (0x397 in hexadecimal).
What is the native currency of Mode Sepolia Testnet?
The native currency of Mode Sepolia Testnet is ETH.
How do I add Mode Sepolia Testnet to MetaMask?
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.