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

Decentralized RPC Network
100+ blockchain RPCs
No rate limits
For builders and traders
| Blockchain | RPC URL | Chain ID | Native Currency | Block Explorer | Actions |
|---|---|---|---|---|---|
⏳Ethereum | https://holesky.drpc.org | 0x4268 | ETH | https://holesky.etherscan.io/ | |
⏳Ethereum | https://ethereum-holesky.publicnode.com | 0x4268 | ETH | https://holesky.etherscan.io/ |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://holesky.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 17000nThere are 2 public RPC endpoints for Ethereum Holesky Testnet, including https://holesky.drpc.org. See the full list in the table above.
The Chain ID for Ethereum Holesky Testnet is 17000 (0x4268 in hexadecimal).
The native currency of Ethereum Holesky Testnet is ETH.
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.