File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import IconPandaOps from "@/public/images/resources/panda.png"
45
45
import IconPectrified from "@/public/images/resources/prectrified.png"
46
46
import IconRatedNetwork from "@/public/images/resources/rated-network.png"
47
47
import IconRelayscan from "@/public/images/resources/relayscan.png"
48
+ import IconReserves from "@/public/images/resources/reserves.png"
48
49
import IconRwa from "@/public/images/resources/rwa.png"
49
50
import IconStablecoinsWtf from "@/public/images/resources/stablecoins-wtf.png"
50
51
import IconSupermajority from "@/public/images/resources/supermajority.png"
@@ -352,6 +353,13 @@ export const useResources = ({ txCostsMedianUsd }): DashboardSection[] => {
352
353
href : "https://cryptwerk.com/analytics/ethereum/" ,
353
354
imgSrc : IconCryptwerk ,
354
355
} ,
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
+ } ,
355
363
] ,
356
364
} ,
357
365
]
You can’t perform that action at this time.
0 commit comments