adding Linea Testnet (#2521)

* adding Linea Testnet - ConsenSys zkEVM

* fixed logo

* fixed format

* fixed format

---------

Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
Marco Monaco 2023-03-29 01:36:55 +02:00 committed by GitHub
parent efeca289f9
commit 9aa8a918e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,35 @@
{
"name": "Linea Testnet",
"title": "Linea Testnet",
"chain": "ETH",
"rpc": ["https://rpc.goerli.linea.build"],
"faucets": ["https://faucetlink.to/goerli"],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://linea.build",
"shortName": "linea-testnet",
"chainId": 59140,
"networkId": 59140,
"icon": "linea",
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [
{
"url": "https://goerli.hop.exchange/#/send?token=ETH&sourceNetwork=ethereum&destNetwork=linea"
}
]
},
"explorers": [
{
"name": "Linea Testnet Explorer",
"url": "https://explorer.goerli.linea.build",
"standard": "EIP3091",
"icon": "linea"
}
],
"status": "active"
}

8
_data/icons/linea.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmP6rcphqMTeByPxomeYeR5XRPZaFpwGbZxHkGQKyao4Le",
"width": 115,
"height": 115,
"format": "svg"
}
]