Ethereum Holesky Testnet
RPC EndpointsChain ID: 0x4268 · ETH
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.
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); // 17000nEthereum 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.