Skip to content

Commit a7b6cb3

Browse files
committed
Joe fhenix nitrogen update (#5844)
## Problem solved Adding chain forms for - Fhenix Nitrogen - Plume Linear - INFRA-539 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on adding new assets and metadata for two blockchain projects, `Fhenix` and `Plume`, including banners and CTAs, enhancing the dashboard's visual representation and information. ### Detailed summary - Added imports for `fhenixBanner`, `fhenixCTA`, `plumeBannerv2`, and `plumeCTAv2`. - Introduced metadata for `Fhenix` with header image, about section, and CTA details. - Added metadata for `Plume` with similar structure, including two entries with the same content. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 71eaf8f commit a7b6cb3

File tree

5 files changed

+42
-0
lines changed

5 files changed

+42
-0
lines changed
Loading
Loading
Loading
Loading

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ import creatorCTA from "./temp-assets/creatorCTA.png";
3838
import lumiaBanner from "./temp-assets/lumiaBanner.png";
3939
import somniaBanner from "./temp-assets/somniaBanner.png";
4040

41+
import plumeBannerv2 from "./temp-assets/plumev2Banner.png";
42+
import plumeCTAv2 from "./temp-assets/plumev2CTA.png";
43+
4144
import mantleBanner from "./temp-assets/mantle.png";
4245
import metalBanner from "./temp-assets/metalBanner.png";
4346
import metalCTA from "./temp-assets/metalCTA.png";
4447
import plumeBanner from "./temp-assets/plumeBanner.png";
48+
4549
import plumeCTA from "./temp-assets/plumeCTA.png";
4650
import rootStockBanner from "./temp-assets/rootstock-banner.png";
4751
import rootStockCTABG from "./temp-assets/rootstock-cta.png";
@@ -61,6 +65,9 @@ import zetachainCTA from "./temp-assets/zetachainCTA.png";
6165
import zytronBanner from "./temp-assets/zytronBanner.png";
6266
import zytronCTA from "./temp-assets/zytronCTA.jpg";
6367

68+
import fhenixBanner from "./temp-assets/fhenixBanner.png";
69+
import fhenixCTA from "./temp-assets/fhenixCTA.png";
70+
6471
// END TEMPORARY
6572

6673
import { API_SERVER_URL } from "@/constants/env";
@@ -412,6 +419,18 @@ const chainMetaRecord = {
412419
buttonText: "Learn More",
413420
},
414421
},
422+
//fhenix Nitrogen
423+
8008148: {
424+
headerImgUrl: fhenixBanner.src,
425+
about:
426+
"Discover Fhenix—the first-ever FHE-based blockchain. Fhenix is an L2 built on Ethereum that brings powerful Fully Homomorphic Encryption (FHE) into the EVM space. This technology enables confidential computation on-chain, allowing users to explore a new generation of use cases.",
427+
cta: {
428+
backgroundImageUrl: fhenixCTA.src,
429+
title: "Onchain confidentiality powered by the first FHE L2 Rollup",
430+
buttonLink: "https://thirdweb.com/fhenix-nitrogen",
431+
buttonText: "Learn More",
432+
},
433+
},
415434
//Fuse
416435
122: {
417436
headerImgUrl: thirdwebBanner.src,
@@ -559,6 +578,29 @@ const chainMetaRecord = {
559578
buttonText: "Learn more",
560579
},
561580
},
581+
98864: {
582+
headerImgUrl: plumeBannerv2.src,
583+
about:
584+
"Plume is the first full stack L1 blockchain purpose-built for RWAfi. Our products and chain make it easy for anyone to interact with RWAs just like they would with any other crypto native asset. Earn, trade, speculate on anything from financial instruments, collectibles, alternative assets, and more.",
585+
cta: {
586+
backgroundImageUrl: plumeCTAv2.src,
587+
title: "Bringing the Real World Onchain",
588+
buttonLink: "https://www.plumenetwork.xyz/",
589+
buttonText: "Learn more",
590+
},
591+
},
592+
//Plume
593+
98865: {
594+
headerImgUrl: plumeBannerv2.src,
595+
about:
596+
"Plume is the first full stack L1 blockchain purpose-built for RWAfi. Our products and chain make it easy for anyone to interact with RWAs just like they would with any other crypto native asset. Earn, trade, speculate on anything from financial instruments, collectibles, alternative assets, and more.",
597+
cta: {
598+
backgroundImageUrl: plumeCTAv2.src,
599+
title: "Bringing the Real World Onchain",
600+
buttonLink: "https://www.plumenetwork.xyz/",
601+
buttonText: "Learn more",
602+
},
603+
},
562604
//Somnia Devnet
563605
50311: {
564606
headerImgUrl: somniaBanner.src,

0 commit comments

Comments
 (0)