Skip to content

Commit 473a252

Browse files
committed
[Dashboard] reactive(1597) chainlist page update (#6566)
Added custom chain page info for Reactive Network * Banner image * CTA image * About section <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces new assets and functionality for a "Reactive Mainnet" section in the dashboard. It adds images and a call-to-action that promotes Web3 automation features. ### Detailed summary - Added `reactiveBanner.jpg` and `reactiveCTA.jpg` assets. - Introduced a new section for "Reactive Mainnet" in `chainMetaRecord`: - Set `headerImgUrl` to `reactiveBanner.src`. - Added an `about` description for Web3 automation. - Configured `cta` with `backgroundImageUrl`, `title`, `buttonLink`, and `buttonText`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 2d4c5ff commit 473a252

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
406 KB
Loading
255 KB
Loading

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ import metalBanner from "./temp-assets/metalBanner.png";
4747
import plumeBanner from "./temp-assets/plumeBanner.png";
4848

4949
import plumeCTA from "./temp-assets/plumeCTA.png";
50+
import reactiveBanner from "./temp-assets/reactiveBanner.jpg";
51+
import reactiveCTA from "./temp-assets/reactiveCTA.jpg";
5052
import rivalzBanner from "./temp-assets/rivalzBanner.png";
5153
import rivalzCTA from "./temp-assets/rivalzCTA.png";
5254
import rootStockBanner from "./temp-assets/rootstock-banner.png";
@@ -575,6 +577,18 @@ const chainMetaRecord = {
575577
buttonText: "Learn More",
576578
},
577579
},
580+
//Reactive Mainnet
581+
1597: {
582+
headerImgUrl: reactiveBanner.src,
583+
about:
584+
"Web3’s first IFTTT infrastructure. Automate multi-chain workflows with event-driven logic – execute actions without compromising decentralization.",
585+
cta: {
586+
backgroundImageUrl: reactiveCTA.src,
587+
title: "Turn Smart Contracts Reactive",
588+
buttonLink: "https://dev.reactive.network",
589+
buttonText: "Learn More",
590+
},
591+
},
578592
//Saakuru Mainnet
579593
7225878: {
580594
headerImgUrl: saakuruBanner.src,

0 commit comments

Comments
 (0)