Skip to content

Commit f63daee

Browse files
committed
Adding custom chain info to Hemi
1 parent 6fd36aa commit f63daee

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
132 KB
Loading
193 KB
Loading

apps/dashboard/src/app/(dashboard)/(chain)/utils.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ import ancient8Banner from "./temp-assets/ancient8-banner.png";
1010
import assetChainBanner from "./temp-assets/assetChainBanner.png";
1111
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";
1212

13+
import hemiSepoliaBanner from "./temp-assets/HemiBanner.png";
14+
import hemiSepoliaCTA from "./temp-assets/HemiCTA.png";
1315
import appChainBanner from "./temp-assets/appChainBanner.jpg";
1416
// TEMPORARY
1517
import appchainCTA from "./temp-assets/appchainCTA.png";
@@ -512,6 +514,18 @@ const chainMetaRecord = {
512514
buttonText: "Learn more",
513515
},
514516
},
517+
//HemiSepolia
518+
743111: {
519+
headerImgUrl: hemiSepoliaBanner.src,
520+
about:
521+
"The Hemi Network is a modular Layer-2 protocol for superior scaling, security, and interoperability, powered by Bitcoin and Ethereum.",
522+
cta: {
523+
backgroundImageUrl: hemiSepoliaCTA.src,
524+
title: "One Network, Powered by Bitcoin and Ethereum",
525+
buttonLink: "https://hemi.xyz/",
526+
buttonText: "Learn More",
527+
},
528+
},
515529
//Hashfire
516530
4227: {
517531
headerImgUrl: hashfireBanner.src,

0 commit comments

Comments
 (0)