From 9a571bb1cab12d27162aed3cf95775cbef1b30bb Mon Sep 17 00:00:00 2001 From: aagaev Date: Thu, 19 Sep 2024 10:02:56 +0000 Subject: [PATCH] Update Zetachain featured networks --- .../featured-networks/zetachain-athens-3.json | 15 +++++++++++---- .../featured-networks/zetachain-mainnet.json | 18 +++++++++++++----- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/configs/featured-networks/zetachain-athens-3.json b/configs/featured-networks/zetachain-athens-3.json index 4ce54904..aaf04fe2 100644 --- a/configs/featured-networks/zetachain-athens-3.json +++ b/configs/featured-networks/zetachain-athens-3.json @@ -1,14 +1,21 @@ [ { - "title": "ZetaChain Mainnet", + "title": "Official Mainnet Explorer", + "url": "https://explorer.zetachain.com/", + "group": "Mainnets", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", + "invertIconInDarkMode": true + }, + { + "title": "Blockscout Mainnet Explorer", "url": "https://zetachain.blockscout.com/", "group": "Mainnets", "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", "invertIconInDarkMode": true }, { - "title": "Official testnet explorer", - "url": "https://explorer.zetachain.com/", + "title": "Official Testnet explorer", + "url": "https://athens.explorer.zetachain.com/", "group": "Testnets", "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", "invertIconInDarkMode": true @@ -21,4 +28,4 @@ "invertIconInDarkMode": true, "isActive": true } -] +] \ No newline at end of file diff --git a/configs/featured-networks/zetachain-mainnet.json b/configs/featured-networks/zetachain-mainnet.json index f1002c25..76d4bd3e 100644 --- a/configs/featured-networks/zetachain-mainnet.json +++ b/configs/featured-networks/zetachain-mainnet.json @@ -1,15 +1,23 @@ [ { - "title": "ZetaChain Mainnet", + "title": "Official Mainnet Explorer", + "url": "https://explorer.zetachain.com/", + "group": "Mainnets", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", + "invertIconInDarkMode": true, + "isActive": false + }, + { + "title": "Blockscout Mainnet Explorer", "url": "https://zetachain.blockscout.com/", "group": "Mainnets", - "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", + "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", "invertIconInDarkMode": true, "isActive": true }, { - "title": "Official testnet explorer", - "url": "https://explorer.zetachain.com/", + "title": "Official Testnet explorer", + "url": "https://athens.explorer.zetachain.com/", "group": "Testnets", "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", "invertIconInDarkMode": true @@ -21,4 +29,4 @@ "icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg", "invertIconInDarkMode": true } -] +] \ No newline at end of file