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>
This commit is contained in:
Pavel Sinelnikov 2022-10-19 15:09:39 -04:00 committed by GitHub
parent 0b9f1bab95
commit 7aff4a31fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

View File

@ -23,5 +23,6 @@
"type": "L2",
"chain": "eip155-4",
"bridges": [{ "url": "https://bridge.metis.io" }]
}
},
"status": "deprecated"
}

View File

@ -0,0 +1,27 @@
{
"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" }]
}
}