From 731b40b2573f66547d63ed7b24fcc037413e356c Mon Sep 17 00:00:00 2001 From: Joe-thirdweb Date: Wed, 7 May 2025 10:32:27 -0500 Subject: [PATCH] Adding new Plume Chains --- .../app/(app)/(dashboard)/(chain)/utils.ts | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts index bc5f8493cda..e9a19c2d4d8 100644 --- a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts +++ b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts @@ -578,6 +578,30 @@ const chainMetaRecord = { buttonText: "Learn more", }, }, + //Plume Mainnet + 98866: { + headerImgUrl: plumeBanner.src, + about: + "Plume Network is the first full-stack L1 RWA Chain and ecosystem purpose-built for RWAfi, enabling the rapid adoption and demand-driven integration of real world assets. With 180+ projects building on the network, Plume offers a composable, EVM-compatible environment for onboarding and managing diverse real world assets. Coupled with an end-to-end tokenization engine and a network of financial infrastructure partners, Plume simplifies asset onboarding and enables seamless DeFi integration for RWAs so anyone can tokenize real world assets, distribute them globally, and make them useful for native crypto users.", + cta: { + backgroundImageUrl: plumeCTA.src, + title: "Bringing the Real World Onchain", + buttonLink: "https://miles.plumenetwork.xyz/", + buttonText: "Learn more", + }, + }, + //Plume Mainnet + 98867: { + headerImgUrl: plumeBanner.src, + about: + "Plume Network is the first full-stack L1 RWA Chain and ecosystem purpose-built for RWAfi, enabling the rapid adoption and demand-driven integration of real world assets. With 180+ projects building on the network, Plume offers a composable, EVM-compatible environment for onboarding and managing diverse real world assets. Coupled with an end-to-end tokenization engine and a network of financial infrastructure partners, Plume simplifies asset onboarding and enables seamless DeFi integration for RWAs so anyone can tokenize real world assets, distribute them globally, and make them useful for native crypto users.", + cta: { + backgroundImageUrl: plumeCTA.src, + title: "Bringing the Real World Onchain", + buttonLink: "https://miles.plumenetwork.xyz/", + buttonText: "Learn more", + }, + }, //Rivalz Mainnet 753: { headerImgUrl: rivalzBanner.src,