Zircuit logo

Zircuit Mainnet

RPC Endpoints

Chain ID: 0x1a46 · ZIR

Other Zircuit networks:GarfieldTestnet
How to add Zircuit to MetaMask or other wallets

Zircuit Mainnet uses ZIR as its native currency. Chain ID: 6726 (0x1a46). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Zircuit Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://zircuit-mainnet.drpc.org
0x1a46ZIRExplorer
Checking
https://rpc.zircuit.com
0x1a46ZIRExplorer

Connect to Zircuit Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Zircuit Mainnet — common questions

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