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
Adding custom chain info to
- Onyx Mainnet
- zkCandy Mainnet
<!-- start pr-codex -->
---
## PR-Codex overview
This PR introduces new assets and updates the `chainMetaRecord` object to include information for the `Onyx` and `zkCandy` blockchains, enhancing the dashboard with additional details and visuals.
### Detailed summary
- Added imports for `onyxBanner`, `onyxCTA`, and `zkCandyBanner` images.
- Introduced `Onyx` blockchain entry in `chainMetaRecord` with header image, description, and CTA.
- Added `zkCandy` blockchain entry in `chainMetaRecord` with header image, description, and CTA.
- Updated comment for `zkCandy` entry to specify it as "zkCandy Testnet".
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
"Onyx is a layer 3 blockchain secured by Ethereum and Base providing developers and institutions a secure financial-purposed decentralized blockchain for banking and securities based applications. Powered by XCN.",
565
+
cta: {
566
+
backgroundImageUrl: onyxCTA.src,
567
+
title: "Unlock the potential of your application with Onyx Connect",
568
+
buttonLink: "https://onyx.org/",
569
+
buttonText: "Learn More",
570
+
},
571
+
},
557
572
//Plume Testnet
558
573
98864: {
559
574
headerImgUrl: plumeBanner.src,
@@ -718,7 +733,7 @@ const chainMetaRecord = {
718
733
buttonText: "Learn More",
719
734
},
720
735
},
721
-
//zkCandy
736
+
//zkCandy Testnet
722
737
302: {
723
738
headerImgUrl: thirdwebBanner.src,
724
739
about:
@@ -730,6 +745,19 @@ const chainMetaRecord = {
730
745
buttonText: "Learn more",
731
746
},
732
747
},
748
+
749
+
//zkCandy Mainnet
750
+
320: {
751
+
headerImgUrl: zkCandyBanner.src,
752
+
about:
753
+
"ZKcandy is an AI-powered Layer-2 aiming to redefine what’s possible in gaming and entertainment. As a ZK Chain built on ZKsync’s Elastic Network, it focuses on building immersive gaming ecosystems where players make the most of today’s AI capabilities. Emerged from a groundbreaking collaboration between ZKsync and the award-winning game studio iCandy Interactive, It's the first L2 ZK chain for gaming in the ZKsync ecosystem.",
0 commit comments