diff --git a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/temp-assets/NeoXBanner.jpg b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/temp-assets/NeoXBanner.jpg new file mode 100644 index 00000000000..8d6a31b287a Binary files /dev/null and b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/temp-assets/NeoXBanner.jpg differ diff --git a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/temp-assets/NeoXCTA.jpg b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/temp-assets/NeoXCTA.jpg new file mode 100644 index 00000000000..b2ba5a7a0a8 Binary files /dev/null and b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/temp-assets/NeoXCTA.jpg differ diff --git a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts index 9bdca25d541..7f0e6795fae 100644 --- a/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts +++ b/apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts @@ -41,6 +41,8 @@ import creatorCTA from "./temp-assets/creatorCTA.png"; import lumiaBanner from "./temp-assets/lumiaBanner.png"; import somniaBanner from "./temp-assets/somniaBanner.png"; +import NeoXBanner from "./temp-assets/NeoXBanner.jpg"; +import NeoXCTA from "./temp-assets/NeoXCTA.jpg"; import flowBanner from "./temp-assets/flowBanner.png"; import flowCTA from "./temp-assets/flowCTA.png"; import mantleBanner from "./temp-assets/mantle.png"; @@ -545,6 +547,30 @@ const chainMetaRecord = { about: "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", }, + //NEO X + 47763: { + headerImgUrl: NeoXBanner.src, + about: + "Neo X is an EVM-compatible sidechain built by Neo, incorporating Neo's distinctive dBFT consensus mechanism. Serving as a bridge between Neo N3 and the widely used EVM network, Neo X will play a crucial role in expanding the Neo ecosystem and offering developers more opportunities for innovation.", + cta: { + backgroundImageUrl: NeoXCTA.src, + title: "Learn more about Neo X", + buttonLink: "https://x.neo.org/", + buttonText: "Learn More", + }, + }, + //NEO X Testnet + 12227332: { + headerImgUrl: NeoXBanner.src, + about: + "Neo X is an EVM-compatible sidechain built by Neo, incorporating Neo's distinctive dBFT consensus mechanism. Serving as a bridge between Neo N3 and the widely used EVM network, Neo X will play a crucial role in expanding the Neo ecosystem and offering developers more opportunities for innovation.", + cta: { + backgroundImageUrl: NeoXCTA.src, + title: "Learn more about Neo X", + buttonLink: "https://x.neo.org/", + buttonText: "Learn More", + }, + }, //0G-Newton-Testnet 16600: { headerImgUrl: zeroGBanner.src,