Unichain logo

Unichain Mainnet

RPC Endpoints

Chain ID: 0x82 · ETH

Other Unichain networks:Sepolia Testnet
How to add Unichain to MetaMask or other wallets

Unichain Mainnet uses ETH as its native currency. Chain ID: 130 (0x82). Below are 4 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Unichain Mainnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://mainnet.unichain.org
0x82ETHExplorer
Checking
https://unichain.drpc.org
0x82ETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/unichain?key=demo
0x82ETHExplorer
Checking
https://unichain-mainnet.gateway.tatum.io
0x82ETHExplorer

Connect to Unichain Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Unichain Mainnet — common questions

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