Ethereum logo

Ethereum Holesky Testnet

RPC Endpoints

Chain ID: 0x4268 · ETH

Other Ethereum networks:MainnetSepolia TestnetHoodi Testnet
How to add Ethereum to MetaMask or other wallets

Ethereum Holesky Testnet uses ETH as its native currency. Chain ID: 17000 (0x4268). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Ethereum Holesky Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://holesky.drpc.org
0x4268ETHExplorer
Checking
https://ethereum-holesky.publicnode.com
0x4268ETHExplorer

Connect to Ethereum Holesky Testnet with ethers.js

import { ethers } from "ethers";

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

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

Ethereum Holesky Testnet — common questions

What is the RPC URL for Ethereum Holesky Testnet?
There are 2 public RPC endpoints for Ethereum Holesky Testnet, including https://holesky.drpc.org. See the full list in the table above.
What is the Chain ID for Ethereum Holesky Testnet?
The Chain ID for Ethereum Holesky Testnet is 17000 (0x4268 in hexadecimal).
What is the native currency of Ethereum Holesky Testnet?
The native currency of Ethereum Holesky Testnet is ETH.
How do I add Ethereum Holesky Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Ethereum Holesky Testnet to MetaMask automatically, or follow our step-by-step guide for Ethereum.