chains/_data/chains/eip155-588.json
Pavel Sinelnikov 7aff4a31fd
Updated Metis Testnet Rinkeby chain to Goerli (#1736)
* Updated Metis Testnet Rinkeby chain to Goerli

* Added deprecated metis stardust chain

* Update _data/chains/eip155-588.json

* Removed network parameter from stardust

Co-authored-by: ligi <ligi@ligi.de>
2022-10-19 21:09:39 +02:00

29 lines
607 B
JSON

{
"name": "Metis Stardust Testnet",
"chain": "ETH",
"rpc": ["https://stardust.metis.io/?owner=588"],
"faucets": [],
"nativeCurrency": {
"name": "tMetis",
"symbol": "METIS",
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis-stardust",
"chainId": 588,
"networkId": 588,
"explorers": [
{
"name": "blockscout",
"url": "https://stardust-explorer.metis.io",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{ "url": "https://bridge.metis.io" }]
},
"status": "deprecated"
}