From 963c6c5029b856d46f4c922380ff6c1c0bdf22ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Van=20Eyck?= Date: Wed, 28 Jun 2023 11:50:02 +0200 Subject: [PATCH] feat: add linea mainnet --- _data/chains/eip155-59144.json | 40 ++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 _data/chains/eip155-59144.json diff --git a/_data/chains/eip155-59144.json b/_data/chains/eip155-59144.json new file mode 100644 index 0000000000000..473865ff1b4ae --- /dev/null +++ b/_data/chains/eip155-59144.json @@ -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" +}