Skip to content

Commit

Permalink
Dustin/treasure chain page update (#4072)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Daniels <jonas.daniels@outlook.com>
  • Loading branch information
DustinTurska and jnsdls authored Aug 13, 2024
1 parent 2408a7f commit ff7f61c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions apps/dashboard/src/app/(dashboard)/(chain)/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import rootStockCTABG from "./temp-assets/rootstock-cta.png";
import superpositionBanner from "./temp-assets/superpositionBanner.png";
import superpositionCTA from "./temp-assets/superpositionCTA.png";
import thirdwebBanner from "./temp-assets/thirdweb-banner.png";
import treasureBanner from "./temp-assets/treasureBanner.png";
import treasureCTA from "./temp-assets/treasureCta.png";
import vanarBanner from "./temp-assets/vanar-banner.png";
import vanarCTABG from "./temp-assets/vanar-cta.png";
import xaiBanner from "./temp-assets/xai-banner.jpg";
Expand Down Expand Up @@ -346,6 +348,18 @@ const chainMetaRecord = {
buttonText: "Learn more",
},
},
//treasure
978657: {
headerImgUrl: treasureBanner.src,
about:
'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.',
cta: {
backgroundImageUrl: treasureCTA.src,
title: "Start building on Treasure!",
buttonLink: "https://portal.treasure.lol",
buttonText: "Learn more",
},
},
} satisfies Record<number, ExtraChainMetadata>;
// END TEMPORARY

Expand Down

0 comments on commit ff7f61c

Please sign in to comment.