Arbitrum Mainnet
RPC EndpointsChain ID: 0xa4b1 · ETH
Arbitrum Mainnet uses ETH as its native currency. Chain ID: 42161 (0xa4b1). Below are 7 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Arbitrum Mainnet.
Connect to Arbitrum Mainnet with ethers.js
import { ethers } from "ethers";
const provider = new ethers.JsonRpcProvider("https://arbitrum.drpc.org");
const network = await provider.getNetwork();
console.log(network.chainId); // 42161nArbitrum Mainnet — common questions
What is the RPC URL for Arbitrum Mainnet?
There are 7 public RPC endpoints for Arbitrum Mainnet, including https://arbitrum.drpc.org. See the full list in the table above.
What is the Chain ID for Arbitrum Mainnet?
The Chain ID for Arbitrum Mainnet is 42161 (0xa4b1 in hexadecimal).
What is the native currency of Arbitrum Mainnet?
The native currency of Arbitrum Mainnet is ETH.
How do I add Arbitrum Mainnet to MetaMask?
Use the "Add to Wallet" button on this page to add Arbitrum Mainnet to MetaMask automatically, or follow our step-by-step guide for Arbitrum.