diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/appChainBanner.jpg b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/appChainBanner.jpg new file mode 100644 index 00000000000..d3635bfbed8 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/appChainBanner.jpg differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/appchainCTA.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/appchainCTA.png new file mode 100644 index 00000000000..80b218dfa72 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/appchainCTA.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/cyberCTA.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/cyberCTA.png new file mode 100644 index 00000000000..be7e5c98c2c Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/cyberCTA.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/cyberChainBanner.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/cyberChainBanner.png new file mode 100644 index 00000000000..de5d3ccdd63 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/cyberChainBanner.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/flareCTA.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/flareCTA.png new file mode 100644 index 00000000000..6d2b6b00ff2 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/flareCTA.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/flareChainBanner.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/flareChainBanner.png new file mode 100644 index 00000000000..71d31c14e5c Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/flareChainBanner.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/gptCTA.jpg b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/gptCTA.jpg new file mode 100644 index 00000000000..bfab20f8428 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/gptCTA.jpg differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/gptChainBanner.jpg b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/gptChainBanner.jpg new file mode 100644 index 00000000000..fbf9c652ad7 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/gptChainBanner.jpg differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/zetachainBanner.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/zetachainBanner.png new file mode 100644 index 00000000000..abed85eb3cb Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/zetachainBanner.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/zetachainCTA.png b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/zetachainCTA.png new file mode 100644 index 00000000000..e57ac9c56a3 Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/temp-assets/zetachainCTA.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts b/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts index 2dcdd789d11..f01fac1795c 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts +++ b/apps/dashboard/src/app/(dashboard)/(chain)/utils.ts @@ -10,15 +10,21 @@ import ancient8Banner from "./temp-assets/ancient8-banner.png"; import assetChainBanner from "./temp-assets/assetChainBanner.png"; import assetChainCTABG from "./temp-assets/assetChainCTABanner.png"; +import appChainBanner from "./temp-assets/appChainBanner.jpg"; // TEMPORARY +import appchainCTA from "./temp-assets/appchainCTA.png"; import baseBanner from "./temp-assets/base-banner.jpeg"; import superchainCTABG from "./temp-assets/cta-bg-superchain.png"; import xaiCTABg from "./temp-assets/cta-bg-xai-connect.png"; import thirdwebCTA from "./temp-assets/cta-thirdweb.png"; +import cyberCTA from "./temp-assets/cyberCTA.png"; +import cyberChainBanner from "./temp-assets/cyberChainBanner.png"; import etherlinkBanner from "./temp-assets/etherlinkBanner.png"; import etherlinkCTA from "./temp-assets/etherlinkCTA.png"; import funkiBanner from "./temp-assets/funkiBanner.jpg"; import funkiCTA from "./temp-assets/funkiCTA.jpg"; +import gptCTA from "./temp-assets/gptCTA.jpg"; +import gptChainBanner from "./temp-assets/gptChainBanner.jpg"; import hashfireBanner from "./temp-assets/hashfireBanner.png"; import hashfireCTA from "./temp-assets/hashfireCTA.png"; import inkBanner from "./temp-assets/inkBanner.jpg"; @@ -50,6 +56,8 @@ import treasureCTA from "./temp-assets/treasureCta.png"; import vanarBanner from "./temp-assets/vanar-banner.png"; import vanarCTABG from "./temp-assets/vanar-cta.png"; import xaiBanner from "./temp-assets/xai-banner.jpg"; +import zetachainBanner from "./temp-assets/zetachainBanner.png"; +import zetachainCTA from "./temp-assets/zetachainCTA.png"; import zytronBanner from "./temp-assets/zytronBanner.png"; import zytronCTA from "./temp-assets/zytronCTA.jpg"; @@ -176,7 +184,15 @@ const chainMetaRecord = { }, // cyber 7560: { - cta: OP_CTA, + headerImgUrl: cyberChainBanner.src, + about: + "Cyber is a Layer 2 blockchain specifically designed for social applications. Built on the Optimism Superchain, it combines high-performance infrastructure with specialized tools for social features to simplify developer workflows and accelerate their time to market.", + cta: { + backgroundImageUrl: cyberCTA.src, + title: "Discover Web3 Social with Cyber", + buttonLink: "https://cyber.co/", + buttonText: "Learn more", + }, gasSponsored: true, }, // redstone @@ -205,6 +221,11 @@ const chainMetaRecord = { }, gasSponsored: true, }, + // Flare + 14: { + about: + "Flare is the blockchain for data, offering developers and users secure, decentralized access to high-integrity data from other chains and the internet. Flare's Layer-1 network uniquely supports enshrined data protocols at the network layer, making it the only EVM-compatible smart contract platform optimized for decentralized data acquisition, including price and time-series data, blockchain event and state data, and Web2 API data.", + }, // rootstock 30: { headerImgUrl: rootStockBanner.src, @@ -311,6 +332,18 @@ const chainMetaRecord = { cta: OP_CTA, gasSponsored: true, }, + //Appchain + 466: { + headerImgUrl: appChainBanner.src, + about: + "Appchain is building useful onchain apps. We're an L2 on top of Ethereum, built on the Arbitrum Orbit stack. We are a low cost, high throughput chain with the goal of building apps for all internet users", + cta: { + title: "Bringing the world onchain through useful apps.", + backgroundImageUrl: appchainCTA.src, + buttonLink: "https://appchain.xyz/", + buttonText: "Learn more", + }, + }, // B3 Mainnet 8333: { headerImgUrl: thirdwebBanner.src, @@ -427,6 +460,18 @@ const chainMetaRecord = { buttonText: "Learn more", }, }, + //GPT Mainnet + 1511670449: { + headerImgUrl: gptChainBanner.src, + about: + "GPT Protocol combines cutting-edge L2 EVM technology with seamless AI integration to power the future of decentralized applications. By enabling ultra-fast transactions, unmatched scalability, and eco-friendly solutions, GPT Protocol opens doors to developers, brands, and users alike. With innovative tools, a robust ecosystem, and low transaction costs, GPT Protocol is designed for a smarter, more connected blockchain experience. Join us in building the next generation of decentralized innovation.", + cta: { + backgroundImageUrl: gptCTA.src, + title: "Build on the blockchain for AI", + buttonLink: "https://www.gptprotocol.com/", + buttonText: "Learn more", + }, + }, //Hashfire 4227: { headerImgUrl: hashfireBanner.src, @@ -598,6 +643,30 @@ const chainMetaRecord = { buttonText: "Learn more", }, }, + // Zetachain + 7000: { + headerImgUrl: zetachainBanner.src, + about: + "ZetaChain is the first Universal Blockchain with native access to Bitcoin, Ethereum, Solana, and more, offering seamless UX and unified liquidity to the next billions of users. With its Universal EVM, ZetaChain empowers developers to build Universal Apps that operate natively across any blockchain, creating a fluid crypto ecosystem from a single platform.", + cta: { + backgroundImageUrl: zetachainCTA.src, + title: "The First Universal Blockchain", + buttonLink: "https://www.zetachain.com/docs/", + buttonText: "Learn more", + }, + }, + // ZetaChain Testnet + 7001: { + headerImgUrl: zetachainBanner.src, + about: + "ZetaChain is the first Universal Blockchain with native access to Bitcoin, Ethereum, Solana, and more, offering seamless UX and unified liquidity to the next billions of users. With its Universal EVM, ZetaChain empowers developers to build Universal Apps that operate natively across any blockchain, creating a fluid crypto ecosystem from a single platform.", + cta: { + backgroundImageUrl: zetachainCTA.src, + title: "The First Universal Blockchain", + buttonLink: "https://www.zetachain.com/docs/", + buttonText: "Learn more", + }, + }, //zytron 9901: { headerImgUrl: zytronBanner.src,