Skip to content

Commit 2c9e80e

Browse files
committed
Updated Metal and Creator
1 parent 3268af6 commit 2c9e80e

File tree

6 files changed

+29
-1
lines changed

6 files changed

+29
-1
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/(chainPage)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default async function ChainPageLayout(props: {
189189

190190
{/* description */}
191191
{chainMetadata?.about && (
192-
<p className="mb-2 text-muted-foreground text-sm lg:text-base">
192+
<p className="mb-2 whitespace-pre-line text-muted-foreground text-sm lg:text-base">
193193
{chainMetadata.about}
194194
</p>
195195
)}
Loading
Loading
Loading
Loading

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,13 @@ import laosCTA from "./temp-assets/laosCTA.jpg";
2424
import liskBanner from "./temp-assets/liskBanner.png";
2525
import liskCTA from "./temp-assets/liskCTA.png";
2626

27+
import creatorBanner from "./temp-assets/creatorBanner.png";
28+
import creatorCTA from "./temp-assets/creatorCTA.png";
2729
import lumiaCTA from "./temp-assets/lumia-cta.png";
2830
import lumiaBanner from "./temp-assets/lumiaBanner.png";
2931
import mantleBanner from "./temp-assets/mantle.png";
32+
import metalBanner from "./temp-assets/metalBanner.png";
33+
import metalCTA from "./temp-assets/metalCTA.png";
3034
import plumeBanner from "./temp-assets/plumeBanner.png";
3135
import plumeCTA from "./temp-assets/plumeCTA.png";
3236
import rootStockBanner from "./temp-assets/rootstock-banner.png";
@@ -298,6 +302,18 @@ const chainMetaRecord = {
298302
buttonText: "Learn more",
299303
},
300304
},
305+
//Creator Mainnet
306+
66665: {
307+
headerImgUrl: creatorBanner.src,
308+
about:
309+
"From Builders to Builders, From Idea to Creation ⚡\nCreator is AI Superhero Layer 2 Blockchain 🦇\nBuilt on the OP Stack, leveraging the robust foundation of Optimism 🟡🔴. We adopt the OP Stack's design principles because, as builders, we know they work and align perfectly with our values.\nWhy Creator?\nWe're constructing our Testnet on the Bedrock release of the OP Stack, ensuring a scalable and modular infrastructure that supports innovative and decentralized applications.\nCore Features:\n- Lightning Fast Transactions: Say goodbye to slow speeds with Creator's Layer 2 technology.\n- Low Fees: Lower transaction costs make blockchain accessible to all.\n- Scalable Infrastructure: Creator's network adapts effortlessly as you grow.",
310+
cta: {
311+
backgroundImageUrl: creatorCTA.src,
312+
title: "From Builders to Builders, From Idea to Creation ⚡",
313+
buttonLink: "https://www.creatorchain.io/",
314+
buttonText: "Learn More",
315+
},
316+
},
301317
//Donatuz
302318
42026: {
303319
headerImgUrl: thirdwebBanner.src,
@@ -405,6 +421,18 @@ const chainMetaRecord = {
405421
cta: OP_CTA,
406422
gasSponsored: true,
407423
},
424+
//Metal L2
425+
1750: {
426+
headerImgUrl: metalBanner.src,
427+
about:
428+
"Metal L2 is a banking-focused Layer 2 blockchain built on the Optimism Superchain, designed to enable direct on-chain fiat deposits through its connection to The Digital Banking Network—an open-source blockchain banking protocol developed by Metallicus",
429+
cta: {
430+
backgroundImageUrl: metalCTA.src,
431+
title: "Connect to The Banking Layer, Metal L2",
432+
buttonLink: "https://metall2.com/",
433+
buttonText: "Connect Here",
434+
},
435+
},
408436
//0G-Newton-Testnet
409437
16600: {
410438
headerImgUrl: zeroGBanner.src,

0 commit comments

Comments
 (0)