Ethereum logoEthereum Holesky Testnet RPC Endpoints

Ethereum 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.

Other Ethereum Networks:

dRPC Logo

dRPC

Decentralized RPC Network

100+ blockchain RPCs

No rate limits

For builders and traders

Connect via dRPC
BlockchainRPC URLChain IDNative CurrencyBlock ExplorerActions
Ethereum

https://holesky.drpc.org

0x4268ETHhttps://holesky.etherscan.io/
Ethereum

https://ethereum-holesky.publicnode.com

0x4268ETHhttps://holesky.etherscan.io/

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 FAQ

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.