Skip to content

Commit

Permalink
add zetachain to featured lists
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-agaev committed Jun 17, 2024
1 parent b4b469f commit 3db9379
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 4 deletions.
7 changes: 7 additions & 0 deletions configs/featured-networks/base-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,12 @@
"url": "https://blockscout.com/poa/sokol",
"group": "Other",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/poa-sokol.svg"
},
{
"title": "ZetaChain Mainnet",
"url": "https://zetachain.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg",
"invertIconInDarkMode": true
}
]
9 changes: 8 additions & 1 deletion configs/featured-networks/base-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,12 @@
"url": "https://blockscout.com/poa/sokol",
"group": "Other",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/poa-sokol.svg"
}
},
{
"title": "ZetaChain Mainnet",
"url": "https://zetachain.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg",
"invertIconInDarkMode": true
}
]
7 changes: 7 additions & 0 deletions configs/featured-networks/eth-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,12 @@
"url": "https://blockscout.com/poa/sokol",
"group": "Other",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/poa-sokol.svg"
},
{
"title": "ZetaChain Mainnet",
"url": "https://zetachain.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg",
"invertIconInDarkMode": true
}
]
7 changes: 7 additions & 0 deletions configs/featured-networks/eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,12 @@
"url": "https://blockscout.com/poa/sokol",
"group": "Other",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/poa-sokol.svg"
},
{
"title": "ZetaChain Mainnet",
"url": "https://zetachain.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg",
"invertIconInDarkMode": true
}
]
9 changes: 8 additions & 1 deletion configs/featured-networks/holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,12 @@
"url": "https://blockscout.com/poa/sokol",
"group": "Other",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/poa-sokol.svg"
}
},
{
"title": "ZetaChain Mainnet",
"url": "https://zetachain.blockscout.com/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/network-icons/zetachain.svg",
"invertIconInDarkMode": true
}
]
4 changes: 2 additions & 2 deletions configs/featured-networks/zetachain-athens-3.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[
{
{
"title": "ZetaChain Mainnet",
"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
},
{
Expand Down

0 comments on commit 3db9379

Please sign in to comment.