mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
28 lines
587 B
JSON
28 lines
587 B
JSON
{
|
|
"name": "Metis Andromeda Mainnet",
|
|
"chain": "ETH",
|
|
"rpc": ["https://andromeda.metis.io/?owner=1088"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Metis",
|
|
"symbol": "METIS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.metis.io",
|
|
"shortName": "metis-andromeda",
|
|
"chainId": 1088,
|
|
"networkId": 1088,
|
|
"explorers": [
|
|
{
|
|
"name": "blockscout",
|
|
"url": "https://andromeda-explorer.metis.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
],
|
|
"parent": {
|
|
"type": "L2",
|
|
"chain": "eip155-1",
|
|
"bridges": [{ "url": "https://bridge.metis.io" }]
|
|
}
|
|
}
|