Skip to content

Commit

Permalink
Update Zetachain featured networks
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Sep 19, 2024
1 parent 9cde64e commit 9a571bb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
15 changes: 11 additions & 4 deletions configs/featured-networks/zetachain-athens-3.json
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,4 +28,4 @@
"invertIconInDarkMode": true,
"isActive": true
}
]
]
18 changes: 13 additions & 5 deletions configs/featured-networks/zetachain-mainnet.json
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,4 +29,4 @@
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg",
"invertIconInDarkMode": true
}
]
]

0 comments on commit 9a571bb

Please sign in to comment.