chains/_data/chains/eip155-599.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

28 lines
640 B
JSON

{
"name": "Metis Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.gateway.metisdevops.link"],
"faucets": ["https://goerli.faucet.metisdevops.link"],
"nativeCurrency": {
"name": "Goerli Metis",
"symbol": "METIS",
"decimals": 18
},
"infoURL": "https://www.metis.io",
"shortName": "metis-goerli",
"chainId": 599,
"networkId": 599,
"explorers": [
{
"name": "blockscout",
"url": "https://goerli.explorer.metisdevops.link",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{ "url": "https://testnet-bridge.metis.io" }]
}
}