Skip to content

Commit 670b31b

Browse files
committed
[Dashboard] Feature: Adding custom chain info to Hemi Sepolia (#6154)
Linear Tag INFRA-907 ## How to test Visit https://thirdweb.com/hemi-sepolia for updated banner, and CTA information. <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces new assets and metadata for the `Hemi Network`, enhancing the `chainMetaRecord` with details about its features and call-to-action elements. ### Detailed summary - Added imports for `hemiSepoliaBanner` and `hemiSepoliaCTA` images. - Introduced a new entry for the `Hemi Network` (ID: `743111`) in `chainMetaRecord`. - Included `headerImgUrl`, `about`, and `cta` details for the `Hemi Network`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent ae1baa5 commit 670b31b

File tree

3 files changed

+16
-0
lines changed

3 files changed

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

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

Lines changed: 16 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,
@@ -849,13 +863,15 @@ const chainMetaRecord = {
849863
about:
850864
"Soneium, an Ethereum layer-2 developed by Sony Block Solutions Labs. This versatile chain is a general-purpose blockchain platform that aims to evoke emotion, empower creativity, and meet diverse needs to go mainstream. Soneium will be simplifying blockchain experiences while empowering developers, creators, and communities. Built on accessibility, scalability, and efficiency, it aims to solve real-world problems across industries globally. Soneium will change the way we interact with the internet, opening up a world of innovative applications and unlimited potential for users worldwide.",
851865
cta: OP_CTA,
866+
gasSponsored: true,
852867
},
853868
//Soneium Mainnet
854869
1868: {
855870
headerImgUrl: soneiumBanner.src,
856871
about:
857872
"Soneium, an Ethereum layer-2 developed by Sony Block Solutions Labs. This versatile chain is a general-purpose blockchain platform that aims to evoke emotion, empower creativity, and meet diverse needs to go mainstream. Soneium will be simplifying blockchain experiences while empowering developers, creators, and communities. Built on accessibility, scalability, and efficiency, it aims to solve real-world problems across industries globally. Soneium will change the way we interact with the internet, opening up a world of innovative applications and unlimited potential for users worldwide.",
858873
cta: OP_CTA,
874+
gasSponsored: true,
859875
},
860876
//Shido
861877
9008: {

0 commit comments

Comments
 (0)