Skip to content

Commit

Permalink
feat: add linea mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaryatrh committed Jul 5, 2023
1 parent 296c67a commit 963c6c5
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions _data/chains/eip155-59144.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "Linea",
"title": "Linea Mainnet",
"chain": "ETH",
"rpc": [
"https://rpc.linea.build",
"wss://rpc.linea.build",
"https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
"wss://linea-mainnet.infura.io/v3/${INFURA_API_KEY}"
],
"faucets": [],
"nativeCurrency": {
"name": "Linea Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://linea.build",
"shortName": "linea",
"chainId": 59144,
"networkId": 59144,
"icon": "linea",
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{
"url": "https://bridge.linea.build"
}
]
},
"explorers": [
{
"name": "Etherscan",
"url": "https://lineascan.build",
"standard": "EIP3091",
"icon": "linea"
}
],
"status": "active"
}

0 comments on commit 963c6c5

Please sign in to comment.