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.
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.
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.
82 changes: 82 additions & 0 deletions apps/dashboard/src/app/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,15 @@ 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 etherlinkBanner from "./temp-assets/etherlinkBanner.png";
import etherlinkCTA from "./temp-assets/etherlinkCTA.png";
import hashfireBanner from "./temp-assets/hashfireBanner.png";
import hashfireCTA from "./temp-assets/hashfireCTA.png";
import laosBanner from "./temp-assets/laosBanner.jpg";
import laosCTA from "./temp-assets/laosCTA.jpg";
import liskBanner from "./temp-assets/liskBanner.png";
import liskCTA from "./temp-assets/liskCTA.png";

import lumiaCTA from "./temp-assets/lumia-cta.png";
import lumiaBanner from "./temp-assets/lumiaBanner.png";
import mantleBanner from "./temp-assets/mantle.png";
Expand Down Expand Up @@ -292,6 +301,30 @@ const chainMetaRecord = {
cta: OP_CTA,
gasSponsored: true,
},
//Etherlink Testnet
128123: {
headerImgUrl: etherlinkBanner.src,
about:
"Etherlink is powered by a Smart Rollup, an enshrined, optimistic rollup technology implemented by Tezos. Smoothly deploy any EVM codebase enabling seamless interaction across interoperable chains with subsecond block times and (nearly) free transactions.",
cta: {
backgroundImageUrl: etherlinkCTA.src,
title: "The fast, fair and (nearly) free L2",
buttonLink: "https://www.etherlink.com",
buttonText: "Learn More",
},
},
//Etherlink mainnet
42793: {
headerImgUrl: etherlinkBanner.src,
about:
"Etherlink is powered by a Smart Rollup, an enshrined, optimistic rollup technology implemented by Tezos. Smoothly deploy any EVM codebase enabling seamless interaction across interoperable chains with subsecond block times and (nearly) free transactions.",
cta: {
backgroundImageUrl: etherlinkCTA.src,
title: "The fast, fair and (nearly) free L2",
buttonLink: "https://www.etherlink.com",
buttonText: "Learn More",
},
},
//Fuse
122: {
headerImgUrl: thirdwebBanner.src,
Expand All @@ -316,6 +349,55 @@ const chainMetaRecord = {
buttonText: "Learn more",
},
},
//Hashfire
4227: {
headerImgUrl: hashfireBanner.src,
about:
"Imagine a world where every agreement is dynamic, verified, and automated. This is Hashfire—a platform that transforms how agreements are managed by leveraging blockchain technology to provide unparalleled security, automation, and transparency. With Hashfire, signing a document activates a powerful chain of actions, ensuring that agreements are secure, automated, and continuously verified.",
cta: {
backgroundImageUrl: hashfireCTA.src,
title:
"Transform contracts into secure, maximally enforceable agreements",
buttonLink: "https://www.hashfire.xyz/",
buttonText: "Learn more",
},
},
//LAOS Mainnet
6283: {
headerImgUrl: laosBanner.src,
about:
"LAOS is the first Layer 1 protocol connected without bridges to Ethereum, Polygon and other EVM-compatible chains, capable of offloading more than 20% of all their transactions. It enables unlimited NFT minting on these networks at lower costs, bypassing native gas fees. This approach eliminates the need for bridges or wrapped currencies while maintaining compatibility with existing DApps",
cta: {
backgroundImageUrl: laosCTA.src,
title: "Mint NFTs at Scale on any EVM Chain with LAOS",
buttonLink: "https://laosnetwork.io/build",
buttonText: "Learn more",
},
},
//Lisk Testnet
4202: {
headerImgUrl: liskBanner.src,
about:
"Lisk is focused on serving builders in high-growth markets like Africa and Southeast Asia. When you build on Lisk, you become part of the strongest Ethereum collective, alongside Coinbase, Sony, World, Kraken and Uniswap -- the OP Superchain.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The about text for Lisk appears to contain content from an OP Superchain description. Lisk is an independent blockchain platform with its own SDK, consensus mechanism, and ecosystem. The description should be updated to accurately reflect Lisk's core features and value proposition. Consider referencing Lisk's JavaScript-based development environment, its modular architecture, or its focus on blockchain application development.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

cta: {
backgroundImageUrl: liskCTA.src,
title: "Ready to reshape the world?",
buttonLink: "https://lisk.com",
buttonText: "Learn more",
},
},
//Lisk Mainnet
1135: {
headerImgUrl: liskBanner.src,
about:
"Lisk is focused on serving builders in high-growth markets like Africa and Southeast Asia. When you build on Lisk, you become part of the strongest Ethereum collective, alongside Coinbase, Sony, World, Kraken and Uniswap -- the OP Superchain.",
cta: {
backgroundImageUrl: liskCTA.src,
title: "Ready to reshape the world?",
buttonLink: "https://lisk.com",
buttonText: "Learn more",
},
},
//0G-Newton-Testnet
16600: {
headerImgUrl: zeroGBanner.src,
Expand Down
Loading