You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/dashboard/src/app/(dashboard)/(chain)/utils.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -344,23 +344,23 @@ const chainMetaRecord = {
344
344
},
345
345
//COTI Mainnet
346
346
2632500: {
347
-
headerImgUrl: creatorBanner.src,
347
+
headerImgUrl: cotiBanner.src,
348
348
about:
349
349
"COTI is the fastest, lightest privacy layer in Web3, powered by the breakthrough cryptographic protocol Garbled Circuits. Build with privacy. Scale with speed.",
350
350
cta: {
351
-
backgroundImageUrl: creatorCTA.src,
351
+
backgroundImageUrl: cotiCTA.src,
352
352
title: "The Fastest, Lightest Privacy Layer in Web3",
353
353
buttonLink: "https://thirdweb.com/coti",
354
354
buttonText: "Learn More",
355
355
},
356
356
},
357
357
//COTI Testnet
358
358
7082400: {
359
-
headerImgUrl: creatorBanner.src,
359
+
headerImgUrl: cotiBanner.src,
360
360
about:
361
361
"COTI is the fastest, lightest privacy layer in Web3, powered by the breakthrough cryptographic protocol Garbled Circuits. Build with privacy. Scale with speed.",
362
362
cta: {
363
-
backgroundImageUrl: creatorCTA.src,
363
+
backgroundImageUrl: cotiCTA.src,
364
364
title: "The Fastest, Lightest Privacy Layer in Web3",
0 commit comments