@@ -21,6 +21,7 @@ import IconBeaconchain from "@/public/images/resources/beaconcha-in.png"
21
21
import IconBlobsGuru from "@/public/images/resources/blobsguru.png"
22
22
import IconBlocknative from "@/public/images/resources/blocknative.png"
23
23
import IconBlockscout from "@/public/images/resources/blockscout.webp"
24
+ import IconBundleBear from "@/public/images/resources/bundlebear.png"
24
25
import IconCryptwerk from "@/public/images/resources/cryptowerk.png"
25
26
import IconDefiLlama from "@/public/images/resources/defi-llama.png"
26
27
import IconDefiMarketCap from "@/public/images/resources/defi-market-cap.png"
@@ -52,6 +53,7 @@ import IconSupermajority from "@/public/images/resources/supermajority.png"
52
53
import IconTxCity from "@/public/images/resources/txcity.png"
53
54
import IconUltrasoundMoney from "@/public/images/resources/ultrasound-money.png"
54
55
import IconVisaOnchainAnalytics from "@/public/images/resources/visa-onchain-analytcs.png"
56
+ import IconWalletBeat from "@/public/images/resources/walletbeat.png"
55
57
56
58
const formatSmallUSD = ( value : number , locale : string ) : string =>
57
59
new Intl . NumberFormat ( locale , {
@@ -362,6 +364,24 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
362
364
} ,
363
365
] ,
364
366
} ,
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
+ } ,
365
385
]
366
386
367
387
const scalingBoxes : DashboardBox [ ] = [
0 commit comments