mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
efeca289f9
commit
9aa8a918e7
35
_data/chains/eip155-59140.json
Normal file
35
_data/chains/eip155-59140.json
Normal 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
8
_data/icons/linea.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmP6rcphqMTeByPxomeYeR5XRPZaFpwGbZxHkGQKyao4Le",
|
||||
"width": 115,
|
||||
"height": 115,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user