Scroll logo

Scroll Mainnet

RPC Endpoints

Chain ID: 0x82750 · ETH

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

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

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://scroll.drpc.org
0x82750ETHExplorer
Checking
https://rpc.scroll.io
0x82750ETHExplorer
Checking
https://rpc.swiftnodes.io/rpc/scroll?key=demo
0x82750ETHExplorer

Connect to Scroll Mainnet with ethers.js

import { ethers } from "ethers";

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

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

Scroll Mainnet — common questions

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