Skip to content

Commit e87eb2f

Browse files
authored
Joe - Adding Chain claim updates (#5534)
1 parent 7488102 commit e87eb2f

File tree

9 files changed

+82
-0
lines changed

9 files changed

+82
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

apps/dashboard/src/app/(dashboard)/(chain)/utils.ts

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ import baseBanner from "./temp-assets/base-banner.jpeg";
1515
import superchainCTABG from "./temp-assets/cta-bg-superchain.png";
1616
import xaiCTABg from "./temp-assets/cta-bg-xai-connect.png";
1717
import thirdwebCTA from "./temp-assets/cta-thirdweb.png";
18+
import etherlinkBanner from "./temp-assets/etherlinkBanner.png";
19+
import etherlinkCTA from "./temp-assets/etherlinkCTA.png";
20+
import hashfireBanner from "./temp-assets/hashfireBanner.png";
21+
import hashfireCTA from "./temp-assets/hashfireCTA.png";
22+
import laosBanner from "./temp-assets/laosBanner.jpg";
23+
import laosCTA from "./temp-assets/laosCTA.jpg";
24+
import liskBanner from "./temp-assets/liskBanner.png";
25+
import liskCTA from "./temp-assets/liskCTA.png";
26+
1827
import lumiaCTA from "./temp-assets/lumia-cta.png";
1928
import lumiaBanner from "./temp-assets/lumiaBanner.png";
2029
import mantleBanner from "./temp-assets/mantle.png";
@@ -292,6 +301,30 @@ const chainMetaRecord = {
292301
cta: OP_CTA,
293302
gasSponsored: true,
294303
},
304+
//Etherlink Testnet
305+
128123: {
306+
headerImgUrl: etherlinkBanner.src,
307+
about:
308+
"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.",
309+
cta: {
310+
backgroundImageUrl: etherlinkCTA.src,
311+
title: "The fast, fair and (nearly) free L2",
312+
buttonLink: "https://www.etherlink.com",
313+
buttonText: "Learn More",
314+
},
315+
},
316+
//Etherlink mainnet
317+
42793: {
318+
headerImgUrl: etherlinkBanner.src,
319+
about:
320+
"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.",
321+
cta: {
322+
backgroundImageUrl: etherlinkCTA.src,
323+
title: "The fast, fair and (nearly) free L2",
324+
buttonLink: "https://www.etherlink.com",
325+
buttonText: "Learn More",
326+
},
327+
},
295328
//Fuse
296329
122: {
297330
headerImgUrl: thirdwebBanner.src,
@@ -316,6 +349,55 @@ const chainMetaRecord = {
316349
buttonText: "Learn more",
317350
},
318351
},
352+
//Hashfire
353+
4227: {
354+
headerImgUrl: hashfireBanner.src,
355+
about:
356+
"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.",
357+
cta: {
358+
backgroundImageUrl: hashfireCTA.src,
359+
title:
360+
"Transform contracts into secure, maximally enforceable agreements",
361+
buttonLink: "https://www.hashfire.xyz/",
362+
buttonText: "Learn more",
363+
},
364+
},
365+
//LAOS Mainnet
366+
6283: {
367+
headerImgUrl: laosBanner.src,
368+
about:
369+
"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",
370+
cta: {
371+
backgroundImageUrl: laosCTA.src,
372+
title: "Mint NFTs at Scale on any EVM Chain with LAOS",
373+
buttonLink: "https://laosnetwork.io/build",
374+
buttonText: "Learn more",
375+
},
376+
},
377+
//Lisk Testnet
378+
4202: {
379+
headerImgUrl: liskBanner.src,
380+
about:
381+
"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.",
382+
cta: {
383+
backgroundImageUrl: liskCTA.src,
384+
title: "Ready to reshape the world?",
385+
buttonLink: "https://lisk.com",
386+
buttonText: "Learn more",
387+
},
388+
},
389+
//Lisk Mainnet
390+
1135: {
391+
headerImgUrl: liskBanner.src,
392+
about:
393+
"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.",
394+
cta: {
395+
backgroundImageUrl: liskCTA.src,
396+
title: "Ready to reshape the world?",
397+
buttonLink: "https://lisk.com",
398+
buttonText: "Learn more",
399+
},
400+
},
319401
//0G-Newton-Testnet
320402
16600: {
321403
headerImgUrl: zeroGBanner.src,

0 commit comments

Comments
 (0)