mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
41 lines
949 B
JSON
41 lines
949 B
JSON
{
|
|
"name": "Linea Testnet",
|
|
"title": "Linea Goerli Testnet",
|
|
"chain": "ETH",
|
|
"rpc": [
|
|
"https://rpc.goerli.linea.build",
|
|
"wss://rpc.goerli.linea.build",
|
|
"https://linea-goerli.infura.io/v3/${INFURA_API_KEY}",
|
|
"wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}"
|
|
],
|
|
"faucets": ["https://faucetlink.to/goerli"],
|
|
"nativeCurrency": {
|
|
"name": "Linea 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": "blockscout",
|
|
"url": "https://explorer.goerli.linea.build",
|
|
"standard": "EIP3091",
|
|
"icon": "linea"
|
|
}
|
|
],
|
|
"status": "active"
|
|
}
|