Skip to content

Commit

Permalink
[Dashboard] Feature: Adding custom chain info to Hemi Sepolia (#6154)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
Joe-Thirdweb committed Feb 10, 2025
1 parent ae1baa5 commit 670b31b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions apps/dashboard/src/app/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import ancient8Banner from "./temp-assets/ancient8-banner.png";
import assetChainBanner from "./temp-assets/assetChainBanner.png";
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";

import hemiSepoliaBanner from "./temp-assets/HemiBanner.png";
import hemiSepoliaCTA from "./temp-assets/HemiCTA.png";
import appChainBanner from "./temp-assets/appChainBanner.jpg";
// TEMPORARY
import appchainCTA from "./temp-assets/appchainCTA.png";
Expand Down Expand Up @@ -512,6 +514,18 @@ const chainMetaRecord = {
buttonText: "Learn more",
},
},
//HemiSepolia
743111: {
headerImgUrl: hemiSepoliaBanner.src,
about:
"The Hemi Network is a modular Layer-2 protocol for superior scaling, security, and interoperability, powered by Bitcoin and Ethereum.",
cta: {
backgroundImageUrl: hemiSepoliaCTA.src,
title: "One Network, Powered by Bitcoin and Ethereum",
buttonLink: "https://hemi.xyz/",
buttonText: "Learn More",
},
},
//Hashfire
4227: {
headerImgUrl: hashfireBanner.src,
Expand Down Expand Up @@ -849,13 +863,15 @@ const chainMetaRecord = {
about:
"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.",
cta: OP_CTA,
gasSponsored: true,
},
//Soneium Mainnet
1868: {
headerImgUrl: soneiumBanner.src,
about:
"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.",
cta: OP_CTA,
gasSponsored: true,
},
//Shido
9008: {
Expand Down

0 comments on commit 670b31b

Please sign in to comment.