Skip to content

Commit ff3b01f

Browse files
committed
Adding Treasure Topaz banner info
1 parent 3704312 commit ff3b01f

File tree

1 file changed

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

1 file changed

+25
-1
lines changed

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ const chainMetaRecord = {
481481
buttonText: "Learn more",
482482
},
483483
},
484-
//treasure
484+
//treasure-Ruby
485485
978657: {
486486
headerImgUrl: treasureBanner.src,
487487
about:
@@ -493,6 +493,30 @@ const chainMetaRecord = {
493493
buttonText: "Learn more",
494494
},
495495
},
496+
//Treasure Topaz
497+
978658: {
498+
headerImgUrl: treasureBanner.src,
499+
about:
500+
'Treasure is the decentralized game console. Powered by $MAGIC, the Treasure L2 serves as the base layer for the best cryptonative games and projects. Treasure and its network of "Infinity Chains" L3s offers EVM compatibility, massive scale, and decentralized infrastructure enshrined throughout. Combined with a passionate community and builder support, developers on Treasure are equipped with all of the tools they need to not only build great games and products, but also distribute to the masses.',
501+
cta: {
502+
backgroundImageUrl: treasureCTA.src,
503+
title: "Start building on Treasure!",
504+
buttonLink: "https://portal.treasure.lol",
505+
buttonText: "Learn more",
506+
},
507+
},
508+
//Treasure Mainnet
509+
61166: {
510+
headerImgUrl: treasureBanner.src,
511+
about:
512+
'Treasure is the decentralized game console. Powered by $MAGIC, the Treasure L2 serves as the base layer for the best cryptonative games and projects. Treasure and its network of "Infinity Chains" L3s offers EVM compatibility, massive scale, and decentralized infrastructure enshrined throughout. Combined with a passionate community and builder support, developers on Treasure are equipped with all of the tools they need to not only build great games and products, but also distribute to the masses.',
513+
cta: {
514+
backgroundImageUrl: treasureCTA.src,
515+
title: "Start building on Treasure!",
516+
buttonLink: "https://portal.treasure.lol",
517+
buttonText: "Learn more",
518+
},
519+
},
496520
//AssetChain
497521
42421: {
498522
headerImgUrl: assetChainBanner.src,

0 commit comments

Comments
 (0)