Skip to content

Commit e8a9097

Browse files
committed
Updating Plume imagery + OP banners
1 parent cde0405 commit e8a9097

File tree

5 files changed

+32
-13
lines changed

5 files changed

+32
-13
lines changed
477 KB
Loading
520 KB
Loading
Binary file not shown.
Binary file not shown.

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

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ import flowBanner from "./temp-assets/flowBanner.png";
4242
import flowCTA from "./temp-assets/flowCTA.png";
4343
import mantleBanner from "./temp-assets/mantle.png";
4444
import metalBanner from "./temp-assets/metalBanner.png";
45-
import metalCTA from "./temp-assets/metalCTA.png";
4645
import plumeBanner from "./temp-assets/plumeBanner.png";
4746

4847
import plumeCTA from "./temp-assets/plumeCTA.png";
@@ -172,6 +171,11 @@ const chainMetaRecord = {
172171

173172
cta: OP_CTA,
174173
},
174+
//celo Mainnet
175+
42220: {
176+
cta: OP_CTA,
177+
gasSponsored: true,
178+
},
175179
// optimism
176180
10: {
177181
cta: OP_CTA,
@@ -564,12 +568,19 @@ const chainMetaRecord = {
564568
headerImgUrl: metalBanner.src,
565569
about:
566570
"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",
567-
cta: {
568-
backgroundImageUrl: metalCTA.src,
569-
title: "Connect to The Banking Layer, Metal L2",
570-
buttonLink: "https://metall2.com/",
571-
buttonText: "Connect Here",
572-
},
571+
// cta: {
572+
// backgroundImageUrl: metalCTA.src,
573+
// title: "Connect to The Banking Layer, Metal L2",
574+
// buttonLink: "https://metall2.com/",
575+
// buttonText: "Connect Here",
576+
// },
577+
cta: OP_CTA,
578+
gasSponsored: true,
579+
},
580+
//Ozean Testnet
581+
7849306: {
582+
cta: OP_CTA,
583+
gasSponsored: true,
573584
},
574585
//0G-Newton-Testnet
575586
16600: {
@@ -620,6 +631,7 @@ const chainMetaRecord = {
620631
buttonText: "Learn More",
621632
},
622633
},
634+
//Rivalz Testnet
623635
6966: {
624636
headerImgUrl: rivalzBanner.src,
625637
about:
@@ -667,6 +679,11 @@ const chainMetaRecord = {
667679
buttonText: "Learn More",
668680
},
669681
},
682+
//Unichain Sepolis Testnet
683+
1301: {
684+
cta: OP_CTA,
685+
gasSponsored: true,
686+
},
670687
//viction Mainnet
671688
88: {
672689
headerImgUrl: victionBanner.src,
@@ -698,12 +715,14 @@ const chainMetaRecord = {
698715
headerImgUrl: worldChainBanner.src,
699716
about:
700717
"World Chain is the blockchain for real humans, offering priority blockspace and gas-free transactions for World ID-verified users.",
701-
cta: {
702-
backgroundImageUrl: worldChainCTA.src,
703-
title: "Build for real humans with World Chain",
704-
buttonLink: "https://world.org/world-chain",
705-
buttonText: "Learn More",
706-
},
718+
// cta: {
719+
// backgroundImageUrl: worldChainCTA.src,
720+
// title: "Build for real humans with World Chain",
721+
// buttonLink: "https://world.org/world-chain",
722+
// buttonText: "Learn More",
723+
// },
724+
cta: OP_CTA,
725+
gasSponsored: true,
707726
},
708727
//World Chain Testnet
709728
4801: {

0 commit comments

Comments
 (0)