diff --git a/app/[locale]/resources/utils.tsx b/app/[locale]/resources/utils.tsx index dc1d85aec21..33236d7a471 100644 --- a/app/[locale]/resources/utils.tsx +++ b/app/[locale]/resources/utils.tsx @@ -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" @@ -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, + }, ], }, { diff --git a/public/images/resources/otterscan.png b/public/images/resources/otterscan.png new file mode 100644 index 00000000000..2b9ad717ebf Binary files /dev/null and b/public/images/resources/otterscan.png differ diff --git a/src/intl/en/page-resources.json b/src/intl/en/page-resources.json index 9858c99e19a..26009d4017b 100644 --- a/src/intl/en/page-resources.json +++ b/src/intl/en/page-resources.json @@ -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.",