Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 29 additions & 1 deletion apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ import flowBanner from "./temp-assets/flowBanner.png";
import flowCTA from "./temp-assets/flowCTA.png";
import mantleBanner from "./temp-assets/mantle.png";
import metalBanner from "./temp-assets/metalBanner.png";
import onyxBanner from "./temp-assets/onyxBanner.png";
import onyxCTA from "./temp-assets/onyxCTA.png";
import plumeBanner from "./temp-assets/plumeBanner.png";

import plumeCTA from "./temp-assets/plumeCTA.png";
Expand Down Expand Up @@ -73,6 +75,7 @@ import worldChainCTA from "./temp-assets/worldChainCTA.jpg";
import xaiBanner from "./temp-assets/xai-banner.jpg";
import zetachainBanner from "./temp-assets/zetachainBanner.png";
import zetachainCTA from "./temp-assets/zetachainCTA.png";
import zkCandyBanner from "./temp-assets/zkCandyBanner.jpg";
import zytronBanner from "./temp-assets/zytronBanner.png";
import zytronCTA from "./temp-assets/zytronCTA.jpg";
// END TEMPORARY
Expand Down Expand Up @@ -554,6 +557,18 @@ const chainMetaRecord = {
buttonText: "Learn more",
},
},
//Onyx Mainnet
80888: {
headerImgUrl: onyxBanner.src,
about:
"Onyx is a layer 3 blockchain secured by Ethereum and Base providing developers and institutions a secure financial-purposed decentralized blockchain for banking and securities based applications. Powered by XCN.",
cta: {
backgroundImageUrl: onyxCTA.src,
title: "Unlock the potential of your application with Onyx Connect",
buttonLink: "https://onyx.org/",
buttonText: "Learn More",
},
},
//Plume Testnet
98864: {
headerImgUrl: plumeBanner.src,
Expand Down Expand Up @@ -718,7 +733,7 @@ const chainMetaRecord = {
buttonText: "Learn More",
},
},
//zkCandy
//zkCandy Testnet
302: {
headerImgUrl: thirdwebBanner.src,
about:
Expand All @@ -730,6 +745,19 @@ const chainMetaRecord = {
buttonText: "Learn more",
},
},

//zkCandy Mainnet
320: {
headerImgUrl: zkCandyBanner.src,
about:
"ZKcandy is an AI-powered Layer-2 aiming to redefine what’s possible in gaming and entertainment. As a ZK Chain built on ZKsync’s Elastic Network, it focuses on building immersive gaming ecosystems where players make the most of today’s AI capabilities. Emerged from a groundbreaking collaboration between ZKsync and the award-winning game studio iCandy Interactive, It's the first L2 ZK chain for gaming in the ZKsync ecosystem.",
cta: {
backgroundImageUrl: zkCandyBanner.src,
title: " ",
buttonLink: "https://litepaper.zkcandy.io/dev-guide/",
buttonText: "Learn More",
},
},
//zkSync
324: {
headerImgUrl: thirdwebBanner.src,
Expand Down
Loading