Skip to content

Commit

Permalink
Joe - Adding Chain claim updates (#5534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Thirdweb authored Nov 27, 2024
1 parent 7488102 commit e87eb2f
Show file tree
Hide file tree
Showing 9 changed files with 82 additions and 0 deletions.
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.",
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

0 comments on commit e87eb2f

Please sign in to comment.