Morph Holesky Testnet RPC EndpointsMorph Holesky Testnet uses ETH as its native currency. Its Chain ID is 10256 (2810). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Morph 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 |
|---|---|---|---|---|---|
⏳Morph | https://rpc-holesky.morphl2.io | 2810 | ETH | https://explorer-holesky.morphl2.io/ | |
⏳Morph | https://rpc-quicknode-holesky.morphl2.io | 2810 | ETH | https://explorer-holesky.morphl2.io/ |
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://rpc-holesky.morphl2.io");
const network = await provider.getNetwork();
console.log(network.chainId); // 10256nThere are 2 public RPC endpoints for Morph Holesky Testnet, including https://rpc-holesky.morphl2.io. See the full list in the table above.
The Chain ID for Morph Holesky Testnet is 10256 (2810 in hexadecimal).
The native currency of Morph Holesky Testnet is ETH.
Use the "Add to Wallet" button on this page to add Morph Holesky Testnet to MetaMask automatically, or follow our step-by-step guide for Morph.