From 0875bb85b2a320ef61a6a6117c76fc773c534268 Mon Sep 17 00:00:00 2001 From: Pavel Sinelnikov Date: Fri, 26 Nov 2021 12:53:57 -0500 Subject: [PATCH] Changed Metis chain names for consistency (#599) * Add Metis Mainnet * Add Metis L2 testnet and parent * Corrected duplicate shortname and incorrect parent * Changed Metis chain names for consistency --- _data/chains/eip155-1088.json | 22 ++++++++++++---------- _data/chains/eip155-588.json | 22 ++++++++++++---------- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/_data/chains/eip155-1088.json b/_data/chains/eip155-1088.json index 8766099e..df851a8d 100644 --- a/_data/chains/eip155-1088.json +++ b/_data/chains/eip155-1088.json @@ -1,5 +1,5 @@ { - "name": "Metis", + "name": "Metis Andromeda Mainnet", "chain": "ETH", "network": "mainnet", "rpc": ["https://andromeda.metis.io/?owner=1088"], @@ -10,17 +10,19 @@ "decimals": 18 }, "infoURL": "https://www.metis.io", - "shortName": "metis", + "shortName": "metis-andromeda", "chainId": 1088, "networkId": 1088, - "explorers": [{ - "name": "blockscout", - "url": "https://andromeda-explorer.metis.io/", - "standard": "none" - }], + "explorers": [ + { + "name": "blockscout", + "url": "https://andromeda-explorer.metis.io/", + "standard": "EIP3091" + } + ], "parent": { - "type" : "L2", + "type": "L2", "chain": "eip155-1", - "bridges": [ {"url":"https://bridge.metis.io"} ] - } + "bridges": [{ "url": "https://bridge.metis.io" }] + } } diff --git a/_data/chains/eip155-588.json b/_data/chains/eip155-588.json index 473f6396..1605bbef 100644 --- a/_data/chains/eip155-588.json +++ b/_data/chains/eip155-588.json @@ -1,5 +1,5 @@ { - "name": "Metis Testnet Rinkeby", + "name": "Metis Stardust Testnet", "chain": "ETH", "network": "rinkeby", "rpc": ["https://stardust.metis.io/?owner=588"], @@ -10,17 +10,19 @@ "decimals": 18 }, "infoURL": "https://www.metis.io", - "shortName": "metis-rinkeby", + "shortName": "metis-stardust", "chainId": 588, "networkId": 588, - "explorers": [{ - "name": "blockscout", - "url": "https://stardust-explorer.metis.io/", - "standard": "none" - }], + "explorers": [ + { + "name": "blockscout", + "url": "https://stardust-explorer.metis.io/", + "standard": "EIP3091" + } + ], "parent": { - "type" : "L2", + "type": "L2", "chain": "eip155-4", - "bridges": [ {"url":"https://bridge.metis.io"} ] - } + "bridges": [{ "url": "https://bridge.metis.io" }] + } }