Ethereum Sepolia Testnet
RPC EndpointsChain ID: 0xaa36a7 · ETH
Ethereum Sepolia Testnet uses ETH as its native currency. Chain ID: 11155111 (0xaa36a7). Below are 5 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Ethereum Sepolia Testnet.
Connect to Ethereum Sepolia Testnet with ethers.js
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://sepolia.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 11155111nEthereum Sepolia Testnet — common questions
What is the RPC URL for Ethereum Sepolia Testnet?
There are 5 public RPC endpoints for Ethereum Sepolia Testnet, including https://sepolia.drpc.org. See the full list in the table above.
What is the Chain ID for Ethereum Sepolia Testnet?
The Chain ID for Ethereum Sepolia Testnet is 11155111 (0xaa36a7 in hexadecimal).
What is the native currency of Ethereum Sepolia Testnet?
The native currency of Ethereum Sepolia Testnet is ETH.
How do I add Ethereum Sepolia Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Ethereum Sepolia Testnet to MetaMask automatically, or follow our step-by-step guide for Ethereum.