zkSync Era logozkSync Era Sepolia RPC Endpoints

zkSync Era Sepolia uses ETH as its native currency. Its Chain ID is 300 (0x12c). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to zkSync Era Sepolia.

Other zkSync Era 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
zkSync Era

https://zksync-sepolia.drpc.org

0x12cETHhttps://sepolia.explorer.zksync.io/
zkSync Era

https://sepolia.era.zksync.dev

0x12cETHhttps://sepolia.explorer.zksync.io/

Connect to zkSync Era Sepolia with ethers.js

import { ethers } from "ethers";

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

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

zkSync Era Sepolia FAQ

What is the RPC URL for zkSync Era Sepolia?

There are 2 public RPC endpoints for zkSync Era Sepolia, including https://zksync-sepolia.drpc.org. See the full list in the table above.

What is the Chain ID for zkSync Era Sepolia?

The Chain ID for zkSync Era Sepolia is 300 (0x12c in hexadecimal).

What is the native currency of zkSync Era Sepolia?

The native currency of zkSync Era Sepolia is ETH.

How do I add zkSync Era Sepolia to MetaMask?

Use the "Add to Wallet" button on this page to add zkSync Era Sepolia to MetaMask automatically, or follow our step-by-step guide for zkSync Era.