ZetaChain logo

ZetaChain Mainnet

RPC Endpoints

Chain ID: 0x1b58 · ZETA

Other ZetaChain networks:Testnet
How to add ZetaChain to MetaMask or other wallets

ZetaChain Mainnet uses ZETA as its native currency. Chain ID: 7000 (0x1b58). Below are 3 public RPC endpoints you can use to connect wallets, dApps, and developer tools to ZetaChain Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://zeta-chain.drpc.org/
0x1b58ZETAExplorer
Checking
https://zetachain-evm.blockpi.network/v1/rpc/public
0x1b58ZETAExplorer
Checking
https://rpc.swiftnodes.io/rpc/zetachain?key=demo
0x1b58ZETAExplorer

Connect to ZetaChain Mainnet with ethers.js

import { ethers } from "ethers";

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

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

ZetaChain Mainnet — common questions

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