Skip to content

Commit a74496d

Browse files
committed
statigic reserves link
1 parent 970eab6 commit a74496d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

public/images/resources/reserves.png

4.05 KB
Loading

src/components/Resources/useResources.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ import IconPandaOps from "@/public/images/resources/panda.png"
4545
import IconPectrified from "@/public/images/resources/prectrified.png"
4646
import IconRatedNetwork from "@/public/images/resources/rated-network.png"
4747
import IconRelayscan from "@/public/images/resources/relayscan.png"
48+
import IconReserves from "@/public/images/resources/reserves.png"
4849
import IconRwa from "@/public/images/resources/rwa.png"
4950
import IconStablecoinsWtf from "@/public/images/resources/stablecoins-wtf.png"
5051
import IconSupermajority from "@/public/images/resources/supermajority.png"
@@ -352,6 +353,13 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
352353
href: "https://cryptwerk.com/analytics/ethereum/",
353354
imgSrc: IconCryptwerk,
354355
},
356+
{
357+
title: "Strategic Ethereum Reserve",
358+
description:
359+
"A dashboard for the Strategic Ethereum Reserve initiative.",
360+
href: "https://www.strategicethreserve.xyz",
361+
imgSrc: IconReserves,
362+
},
355363
],
356364
},
357365
]

0 commit comments

Comments
 (0)