From 7aff4a31fd1dd2f1f518285d174c08a63d41edeb Mon Sep 17 00:00:00 2001 From: Pavel Sinelnikov Date: Wed, 19 Oct 2022 15:09:39 -0400 Subject: [PATCH] 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 --- _data/chains/eip155-588.json | 3 ++- _data/chains/eip155-599.json | 27 +++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 _data/chains/eip155-599.json diff --git a/_data/chains/eip155-588.json b/_data/chains/eip155-588.json index 3548d440..e1f84bb7 100644 --- a/_data/chains/eip155-588.json +++ b/_data/chains/eip155-588.json @@ -23,5 +23,6 @@ "type": "L2", "chain": "eip155-4", "bridges": [{ "url": "https://bridge.metis.io" }] - } + }, + "status": "deprecated" } diff --git a/_data/chains/eip155-599.json b/_data/chains/eip155-599.json new file mode 100644 index 00000000..f8cb5f84 --- /dev/null +++ b/_data/chains/eip155-599.json @@ -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" }] + } +}