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.
26 changes: 26 additions & 0 deletions apps/dashboard/src/app/(app)/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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,
Expand Down
Loading