Skip to content

Commit 53b8a9e

Browse files
committed
added a wallet section on the dashboard with 2 links
1 parent a74496d commit 53b8a9e

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
28.9 KB
Loading
1.41 KB
Loading

src/components/Resources/useResources.tsx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import IconBeaconchain from "@/public/images/resources/beaconcha-in.png"
2121
import IconBlobsGuru from "@/public/images/resources/blobsguru.png"
2222
import IconBlocknative from "@/public/images/resources/blocknative.png"
2323
import IconBlockscout from "@/public/images/resources/blockscout.webp"
24+
import IconBundleBear from "@/public/images/resources/bundlebear.png"
2425
import IconCryptwerk from "@/public/images/resources/cryptowerk.png"
2526
import IconDefiLlama from "@/public/images/resources/defi-llama.png"
2627
import IconDefiMarketCap from "@/public/images/resources/defi-market-cap.png"
@@ -52,6 +53,7 @@ import IconSupermajority from "@/public/images/resources/supermajority.png"
5253
import IconTxCity from "@/public/images/resources/txcity.png"
5354
import IconUltrasoundMoney from "@/public/images/resources/ultrasound-money.png"
5455
import IconVisaOnchainAnalytics from "@/public/images/resources/visa-onchain-analytcs.png"
56+
import IconWalletBeat from "@/public/images/resources/walletbeat.png"
5557

5658
const formatSmallUSD = (value: number, locale: string): string =>
5759
new Intl.NumberFormat(locale, {
@@ -362,6 +364,24 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
362364
},
363365
],
364366
},
367+
{
368+
title: "Wallets",
369+
items: [
370+
{
371+
title: "Wallet Beat",
372+
description: "A simple Ethereum wallet dashboard and summary tool.",
373+
href: "https://wallet.page/",
374+
imgSrc: IconWalletBeat,
375+
},
376+
{
377+
title: "BundleBear",
378+
description:
379+
"Dashboards and analytics for ERC-4337 and EIP-7702 smart accounts.",
380+
href: "https://www.bundlebear.com",
381+
imgSrc: IconBundleBear,
382+
},
383+
],
384+
},
365385
]
366386

367387
const scalingBoxes: DashboardBox[] = [

0 commit comments

Comments
 (0)