Skip to content

Commit cfacfc2

Browse files
authored
[Dashboard] Fix : Adding COTI chain page details (#6689)
Signed-off-by: Joe-Thirdweb <160192317+Joe-Thirdweb@users.noreply.github.com>
1 parent 2d978ae commit cfacfc2

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
lines changed
Loading
Loading

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

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ import zeroGCTA from "./temp-assets/0gCTA.png";
66
import zeroGBanner from "./temp-assets/0gLabsBanner.png";
77
import alephZeroBaner from "./temp-assets/AlephZeroBanner.jpg";
88
import alephZeroCTA from "./temp-assets/AlephZeroCTA.jpg";
9-
import ancient8Banner from "./temp-assets/ancient8-banner.png";
10-
import assetChainBanner from "./temp-assets/assetChainBanner.png";
11-
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";
12-
9+
import cotiBanner from "./temp-assets/COTI_Banner.jpg";
10+
import cotiCTA from "./temp-assets/COTI_CTA.jpg";
1311
import hemiSepoliaBanner from "./temp-assets/HemiBanner.png";
1412
import hemiSepoliaCTA from "./temp-assets/HemiCTA.png";
13+
import ancient8Banner from "./temp-assets/ancient8-banner.png";
1514
import appChainBanner from "./temp-assets/appChainBanner.jpg";
1615
// TEMPORARY
1716
import appchainCTA from "./temp-assets/appchainCTA.png";
17+
import assetChainBanner from "./temp-assets/assetChainBanner.png";
18+
import assetChainCTABG from "./temp-assets/assetChainCTABanner.png";
1819
import baseBanner from "./temp-assets/base-banner.jpeg";
1920
import superchainCTABG from "./temp-assets/cta-bg-superchain.png";
2021
import xaiCTABg from "./temp-assets/cta-bg-xai-connect.png";
@@ -340,6 +341,30 @@ const chainMetaRecord = {
340341
buttonText: "Learn More",
341342
},
342343
},
344+
//COTI Mainnet
345+
2632500: {
346+
headerImgUrl: cotiBanner.src,
347+
about:
348+
"COTI is the fastest, lightest privacy layer in Web3, powered by the breakthrough cryptographic protocol Garbled Circuits. Build with privacy. Scale with speed.",
349+
cta: {
350+
backgroundImageUrl: cotiCTA.src,
351+
title: "The Fastest, Lightest Privacy Layer in Web3",
352+
buttonLink: "https://thirdweb.com/coti",
353+
buttonText: "Learn More",
354+
},
355+
},
356+
//COTI Testnet
357+
7082400: {
358+
headerImgUrl: cotiBanner.src,
359+
about:
360+
"COTI is the fastest, lightest privacy layer in Web3, powered by the breakthrough cryptographic protocol Garbled Circuits. Build with privacy. Scale with speed.",
361+
cta: {
362+
backgroundImageUrl: cotiCTA.src,
363+
title: "The Fastest, Lightest Privacy Layer in Web3",
364+
buttonLink: "https://thirdweb.com/coti",
365+
buttonText: "Learn More",
366+
},
367+
},
343368
//Donatuz
344369
42026: {
345370
headerImgUrl: thirdwebBanner.src,

0 commit comments

Comments
 (0)