Skip to main content

Network info, deployed contracts, and block explorers

Network information​

Status: https://linea.statuspage.io/

Network NameLinea
RPC URLhttps://rpc.linea.build or via Infura (recommended)
Chain ID59144
Currency SymbolETH
Block Explorer URL Lineascan

Connect with node providers​

If your dapp is using the public endpoints, it may encounter rate limiting. You can find Linea node providers here.

We recommend connecting to Linea via private RPCs.

Deployed contracts​

Token contract addresses and bridges​

Important contracts​

Block explorers​

note

Learn how to verify your contracts in our quickstart.

If you're new to public blockchain networks, you might not be familiar with block explorers. It's helpful to remember that the network is keeping track of a ledger of accounts, with tokens attributed to them, sent between them, created by them, etc.

So, as users take actions on the network, there are changes to those accounts and tokens. A block explorer is an interface through which you can look at that information in all its raw, gritty detail.

If you want to learn more about explorers and how to use them, check out MetaMask's article on the topic: How to check my wallet activity on the blockchain explorer