zkSync Era logozkSync Era Mainnet RPC Endpoints

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

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.drpc.org

0x144ETHhttps://explorer.zksync.io/
zkSync Era

https://mainnet.era.zksync.io

0x144ETHhttps://explorer.zksync.io/
zkSync Era

https://rpc.swiftnodes.io/rpc/zksync?key=demo

0x144ETHhttps://explorer.zksync.io/

Connect to zkSync Era Mainnet with ethers.js

import { ethers } from "ethers";

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

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

zkSync Era Mainnet FAQ

What is the RPC URL for zkSync Era Mainnet?

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

What is the Chain ID for zkSync Era Mainnet?

The Chain ID for zkSync Era Mainnet is 324 (0x144 in hexadecimal).

What is the native currency of zkSync Era Mainnet?

The native currency of zkSync Era Mainnet is ETH.

How do I add zkSync Era Mainnet to MetaMask?

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