Guide

Copy Linea chain ID and RPC URL

Linea mainnet uses chain ID 59144 / 0xe708, RPC URLhttps://rpc.linea.build, explorer https://lineascan.build, and ETH as the gas token. Build generated Jul 20, 2026, 4:21 PM UTC; the source evidence snapshot is labeled July 4, 2026.

Quick settings

Linea chain ID quick answer

Use 59144 / 0xe708 for Linea mainnet, with RPC URLhttps://rpc.linea.build, explorer https://lineascan.build, and ETH as the gas token. The canonical indexed page for this chain is/status/linea/, with the copy-ready config at/status/linea/#copy-ready-config. Verify the fields against the linked source docs before using them in a wallet, script, or app.

Copy Linea configRPC and explorerOfficial docs and sourcesETH gas token

Good fit when you need:
  • Linea chain ID 59144 / 0xe708 for wallet or RPC setup;
  • the public RPC URL, explorer, gas token, and official/source docs together;
  • wallet config text without connecting a wallet.
NetworkLinea
Chain ID59144 / 0xe708
RPC URLhttps://rpc.linea.build
Explorerhttps://lineascan.build
Gas tokenETH
Source snapshotJuly 4, 2026
Source docsLinea docs
Copy configStatus page config

Verification record

Automated source snapshots and recorded probe evidence are tracked separately. The source snapshot timestamp is not a manual review date. This is not a live uptime, latency, or production reliability monitor. If a recorded public RPC probe fails, verify the source links and current endpoint availability before changing production configuration.

Automated source snapshot
Verification status
Verified metadata
Source snapshot run
source-monitoring-2026-07-04
Source snapshot tool
source-monitoring-refresh
Source set
Linea docs
Latest recorded chain ID probe
eth_chainId matched expected 0xe708; observed 0xe708 on

MethodologyReport a correction

Linea wallet-add fields

Use these manual fields when comparing Main.net with wallet directory entries or source documentation before calling wallet_addEthereumChain.

chainId
0xe708 (59144)
nativeCurrency
ETH; name ETH, symbol ETH, decimals 18
rpcUrls
https://rpc.linea.build
blockExplorerUrls
https://lineascan.build

Linea mainnet settings

RPC URL
https://rpc.linea.build
Explorer
https://lineascan.build
Chain ID
59144
Chain ID hex
0xe708
Currency symbol
ETH
Official/source docs
Linea docs

Linea EIP-3085 config JSON

Ready-to-copy wallet_addEthereumChain parameters generated from the fields above. Main.net does not connect wallets or request permissions.

Copy-ready JSON

Review source documentation before using this in an app or wallet flow.

{
  "chainId": "0xe708",
  "chainName": "Linea",
  "nativeCurrency": {
    "name": "ETH",
    "symbol": "ETH",
    "decimals": 18
  },
  "rpcUrls": [
    "https://rpc.linea.build"
  ],
  "blockExplorerUrls": [
    "https://lineascan.build"
  ]
}

Official docs and source links

Main.net links to source documentation for verification. It does not rank RPC providers or make uptime, latency, privacy, or production reliability claims about public endpoints.

Setup caution

Linea notes that dapps using public endpoints may encounter rate limiting. Use private node providers or run infrastructure for production usage.

Always verify important details in official documentation before configuring software that may sign transactions. Use the status page copy path for the current reviewed config:/status/linea/#copy-ready-config.

Linea chain ID FAQ

What is Linea chain ID?
Linea mainnet uses chain ID 59144 / 0xe708.
What is the Linea RPC URL?
Linea mainnet RPC URL is https://rpc.linea.build.
Where can I copy Linea wallet config?
Use the Main.net status page copy path at /status/linea/#copy-ready-config. It renders wallet_addEthereumChain JSON from the reviewed chain ID, RPC URL, explorer, and gas token fields.
Where are the Linea source docs?
Linea source links are listed on this page and on /status/linea/. Verify them before using the settings in a wallet, script, or app.

Related references

Use these pages to check the same Linea fields from the status page, chain ID list, and RPC list.