Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions app/[locale]/resources/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import IconL2beat from "@/public/images/resources/l2beat.png"
import IconLuckyStaker from "@/public/images/resources/lucky-staker.png"
import IconNftgo from "@/public/images/resources/nftgo.png"
import IconNodewatch from "@/public/images/resources/nodewatch.png"
import IconOtterscan from "@/public/images/resources/otterscan.png"
import IconPandaOps from "@/public/images/resources/panda.png"
import IconPectrified from "@/public/images/resources/pectrified.png"
import IconRatedNetwork from "@/public/images/resources/rated-network.png"
Expand Down Expand Up @@ -181,6 +182,14 @@ export const getResources = async ({
href: "https://txcity.io/",
imgSrc: IconTxCity,
},
{
title: "Otterscan",
description: t(
"page-resources-block-explorers-otterscan-description"
),
href: "https://otterscan.io/",
imgSrc: IconOtterscan,
},
],
},
{
Expand Down
Binary file added public/images/resources/otterscan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/intl/en/page-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"page-resources-block-explorers-beaconchain-description": "Open source Ethereum explorer showing the Ethereum Mainnet 🚀.",
"page-resources-block-explorers-txcity-description": "A funny visualizer of the Ethereum blocks in real-time.",
"page-resources-block-explorers-panda-ops-description": "Live dashboard for Ethereum beacon chain block production by ethPandaOps.",
"page-resources-block-explorers-otterscan-description": "A blazingly fast, local, self-hosted Ethereum block explorer",
"page-resources-eth-asset-title": "ETH the asset",
"page-resources-eth-asset-etherealize-description": "Ethereum is the largest, most secure, and most open blockchain for the world to use. And Ethereum is open for business.",
"page-resources-eth-asset-ultrasound-description": "Ultra sound money is an Ethereum meme focusing on the likely decrease of the ETH supply.",
Expand Down