Skip to content

Commit 3892626

Browse files
authored
Update utils.ts
Updating Coti chain image references. Signed-off-by: Joe-Thirdweb <[email protected]>
1 parent f0c0c7b commit 3892626

File tree

1 file changed

+4
-4
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,23 +344,23 @@ const chainMetaRecord = {
344344
},
345345
//COTI Mainnet
346346
2632500: {
347-
headerImgUrl: creatorBanner.src,
347+
headerImgUrl: cotiBanner.src,
348348
about:
349349
"COTI is the fastest, lightest privacy layer in Web3, powered by the breakthrough cryptographic protocol Garbled Circuits. Build with privacy. Scale with speed.",
350350
cta: {
351-
backgroundImageUrl: creatorCTA.src,
351+
backgroundImageUrl: cotiCTA.src,
352352
title: "The Fastest, Lightest Privacy Layer in Web3",
353353
buttonLink: "https://thirdweb.com/coti",
354354
buttonText: "Learn More",
355355
},
356356
},
357357
//COTI Testnet
358358
7082400: {
359-
headerImgUrl: creatorBanner.src,
359+
headerImgUrl: cotiBanner.src,
360360
about:
361361
"COTI is the fastest, lightest privacy layer in Web3, powered by the breakthrough cryptographic protocol Garbled Circuits. Build with privacy. Scale with speed.",
362362
cta: {
363-
backgroundImageUrl: creatorCTA.src,
363+
backgroundImageUrl: cotiCTA.src,
364364
title: "The Fastest, Lightest Privacy Layer in Web3",
365365
buttonLink: "https://thirdweb.com/coti",
366366
buttonText: "Learn More",

0 commit comments

Comments
 (0)