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
## Problem solved
Short description of the bug fixed or feature added
Linear: Dash-573
Added to chains for custom chainlist pages
- Metal L2 (1750)
- Creator Chain (66665)
- Treasure Topaz (978658)
Enabled white space preserving for new lines on chain 'About' section.
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces new assets and updates `chainMetaRecord` to enhance the dashboard with additional blockchain information, including two new chains: `Creator` and `Metal L2`, along with their respective metadata and call-to-action details.
### Detailed summary
- Added new images: `creatorBanner`, `creatorCTA`, `metalBanner`, `metalCTA`.
- Updated `layout.tsx` to use `whitespace-pre-line` for `chainMetadata.about`.
- Introduced `Creator` chain metadata with details and CTA.
- Introduced `Metal L2` chain metadata with details and CTA.
- Added `Treasure Topaz` and `Treasure Mainnet` chain metadata with details and CTA.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
"From Builders to Builders, From Idea to Creation ⚡\nCreator is AI Superhero Layer 2 Blockchain 🦇\nBuilt on the OP Stack, leveraging the robust foundation of Optimism 🟡🔴. We adopt the OP Stack's design principles because, as builders, we know they work and align perfectly with our values.\nWhy Creator?\nWe're constructing our Testnet on the Bedrock release of the OP Stack, ensuring a scalable and modular infrastructure that supports innovative and decentralized applications.\nCore Features:\n- Lightning Fast Transactions: Say goodbye to slow speeds with Creator's Layer 2 technology.\n- Low Fees: Lower transaction costs make blockchain accessible to all.\n- Scalable Infrastructure: Creator's network adapts effortlessly as you grow.",
310
+
cta: {
311
+
backgroundImageUrl: creatorCTA.src,
312
+
title: "From Builders to Builders, From Idea to Creation ⚡",
313
+
buttonLink: "https://www.creatorchain.io/",
314
+
buttonText: "Learn More",
315
+
},
316
+
},
301
317
//Donatuz
302
318
42026: {
303
319
headerImgUrl: thirdwebBanner.src,
@@ -405,6 +421,18 @@ const chainMetaRecord = {
405
421
cta: OP_CTA,
406
422
gasSponsored: true,
407
423
},
424
+
//Metal L2
425
+
1750: {
426
+
headerImgUrl: metalBanner.src,
427
+
about:
428
+
"Metal L2 is a banking-focused Layer 2 blockchain built on the Optimism Superchain, designed to enable direct on-chain fiat deposits through its connection to The Digital Banking Network—an open-source blockchain banking protocol developed by Metallicus",
429
+
cta: {
430
+
backgroundImageUrl: metalCTA.src,
431
+
title: "Connect to The Banking Layer, Metal L2",
432
+
buttonLink: "https://metall2.com/",
433
+
buttonText: "Connect Here",
434
+
},
435
+
},
408
436
//0G-Newton-Testnet
409
437
16600: {
410
438
headerImgUrl: zeroGBanner.src,
@@ -453,7 +481,7 @@ const chainMetaRecord = {
453
481
buttonText: "Learn more",
454
482
},
455
483
},
456
-
//treasure
484
+
//treasure-Ruby
457
485
978657: {
458
486
headerImgUrl: treasureBanner.src,
459
487
about:
@@ -465,6 +493,30 @@ const chainMetaRecord = {
465
493
buttonText: "Learn more",
466
494
},
467
495
},
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.',
0 commit comments