Network info, deployed contracts, and block explorers
Network information​
Status: https://linea.statuspage.io/
- Mainnet
- Linea Sepolia
- Linea Goerli
Network Name | Linea |
RPC URL | https://rpc.linea.build or via Infura (recommended) |
Chain ID | 59144 |
Currency Symbol | ETH |
Block Explorer URL | Lineascan |
Network Name | Linea |
RPC URL | https://rpc.sepolia.linea.build or via Infura (recommended) |
Chain ID | 59141 |
Currency Symbol | ETH |
Block Explorer URL | Lineascan |
Network Name | Linea |
RPC URL | https://rpc.goerli.linea.build or via Infura (recommended) |
Chain ID | 59140 |
Currency Symbol | ETH |
Block Explorer URL | Lineascan |
Connect with node providers​
If your dapp is using public endpoints, it may encounter rate limiting. You can find Linea node providers here.
We recommend connecting to Linea via private RPCs.
Deployed contracts​
- Mainnet
- Linea Sepolia
- Linea Goerli
Contract | Address |
---|---|
L1 Message Service | 0xd19d4B5d358258f05D7B411E21A1460D11B0876F |
L2 Message Service | 0x508Ca82Df566dCD1B0DE8296e70a96332cD644ec |
Contract | Address |
---|---|
L1 Message Service | 0xB218f8A4Bc926cF1cA7b3423c154a0D627Bdb7E5 |
L2 Message Service | 0x971e727e956690b9957be6d51Ec16E73AcAC83A7 |
Contract | Address |
---|---|
L1 Message Service | 0x70BaD09280FD342D02fe64119779BC1f0791BAC2 |
L2 Message Service | 0xC499a572640B64eA1C8c194c43Bc3E19940719dC |
Token contract addresses and bridges​
- Mainnet
- Linea Sepolia
- Linea Goerli
To see the most up to date list of tokens on Linea, see the token explorer here, which is derived from the official lists in this repo.
We recommend you rely on the shortlist in the above links, rather than the full list. The shortlist is actively curated by our team, whereas the full list is not, and automatically populates with all tokens bridged to Linea.
To get your own token included, please follow the instructions on this repository.
To see which third-party bridges are available, consult our Ecosystem Portal's list.
If you're looking to bridge tokens to or from Linea, head to the Linea bridge page to access the various options.
Sepolia token contract addresses will be added to the official token lists repository as soon as possible.
For a curated list of Linea Goerli token addresses, please see the official token list here.
On Linea Testnet, you can find faucets for various tokens by going to the Linea faucet, connecting your MetaMask wallet, and switching to the Linea testnet.
If you want to drip Goerli ETH directly to Linea testnet, you can use the Infura Linea faucet
Important contracts​
For both mainnet and testnet:
Contracts |
---|
IBridge.sol |
IL1Bridge.sol |
IMessageService.sol |
MessageServiceBase.sol |
ITokenBridge.sol |
Block explorers​
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
- Mainnet
- Linea Sepolia
- Linea Goerli
Explorer name | URL | API URL |
---|---|---|
Lineascan | https://lineascan.build | https://api.lineascan.build/api |
L2Scan | https://linea.l2scan.co | https://linea.l2scan.co/api/contract |
Blockscout | https://explorer.linea.build | https://explorer.linea.build/api |
OKLink | https://www.oklink.com/linea | https://www.oklink.com/docs/en/#welcome-to-oklink-api |
Explorer name | URL | API URL |
---|---|---|
Lineascan | https://sepolia.lineascan.build | https://api-sepolia.lineascan.build/api |
Blockscout | https://explorer.sepolia.linea.build/ | https://explorer.sepolia.linea.build/api |
Explorer name | URL | API URL |
---|---|---|
Lineascan | https://goerli.lineascan.build | https://api-testnet.lineascan.build/api |
Learn how to verify your contracts in our quickstart.