From 58131d254a2aecb95a75b7a3e09ecee48a0f00f4 Mon Sep 17 00:00:00 2001 From: Pavel Sinelnikov Date: Wed, 24 Nov 2021 01:09:38 -0500 Subject: [PATCH] Add Metis L2 testnet and parent (#591) * Add Metis Mainnet * Add Metis L2 testnet and parent * Corrected duplicate shortname and incorrect parent --- _data/chains/eip155-1088.json | 12 ++++++++---- _data/chains/eip155-588.json | 26 ++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 _data/chains/eip155-588.json diff --git a/_data/chains/eip155-1088.json b/_data/chains/eip155-1088.json index f91b4f69..8766099e 100644 --- a/_data/chains/eip155-1088.json +++ b/_data/chains/eip155-1088.json @@ -1,6 +1,6 @@ { "name": "Metis", - "chain": "METIS", + "chain": "ETH", "network": "mainnet", "rpc": ["https://andromeda.metis.io/?owner=1088"], "faucets": [], @@ -13,10 +13,14 @@ "shortName": "metis", "chainId": 1088, "networkId": 1088, - "explorers": [{ - "name": "blockscan", + "name": "blockscout", "url": "https://andromeda-explorer.metis.io/", "standard": "none" - }] + }], + "parent": { + "type" : "L2", + "chain": "eip155-1", + "bridges": [ {"url":"https://bridge.metis.io"} ] + } } diff --git a/_data/chains/eip155-588.json b/_data/chains/eip155-588.json new file mode 100644 index 00000000..473f6396 --- /dev/null +++ b/_data/chains/eip155-588.json @@ -0,0 +1,26 @@ +{ + "name": "Metis Testnet Rinkeby", + "chain": "ETH", + "network": "rinkeby", + "rpc": ["https://stardust.metis.io/?owner=588"], + "faucets": [], + "nativeCurrency": { + "name": "tMetis", + "symbol": "METIS", + "decimals": 18 + }, + "infoURL": "https://www.metis.io", + "shortName": "metis-rinkeby", + "chainId": 588, + "networkId": 588, + "explorers": [{ + "name": "blockscout", + "url": "https://stardust-explorer.metis.io/", + "standard": "none" + }], + "parent": { + "type" : "L2", + "chain": "eip155-4", + "bridges": [ {"url":"https://bridge.metis.io"} ] + } +}