Zora logo

Zora Mainnet

RPC Endpoints

Chain ID: 0x76adf1 · ETH

Other Zora networks:Sepolia
How to add Zora to MetaMask or other wallets

Zora Mainnet uses ETH as its native currency. Chain ID: 7777777 (0x76adf1). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Zora Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://zora.drpc.org/
0x76adf1ETHExplorer
Checking
https://rpc.zora.co
0x76adf1ETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/zora?key=demo
0x76adf1ETHExplorer

Connect to Zora Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Zora Mainnet — common questions

What is the RPC URL for Zora Mainnet?
There are 3 public RPC endpoints for Zora Mainnet, including https://zora.drpc.org/. See the full list in the table above.
What is the Chain ID for Zora Mainnet?
The Chain ID for Zora Mainnet is 7777777 (0x76adf1 in hexadecimal).
What is the native currency of Zora Mainnet?
The native currency of Zora Mainnet is ETH.
How do I add Zora Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Zora Mainnet to MetaMask automatically, or follow our step-by-step guide for Zora.