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
Update chain pages for:
Flare Mainnet - partial update
GPT Mainnet
Appchain
Cyber Mainnet
Zetachain Test and Mainnet
Linear ticket INFRA-523
<!-- start pr-codex -->
---
## PR-Codex overview
This PR focuses on adding new assets and enhancing the metadata for various blockchain projects, including `Cyber`, `Flare`, `Appchain`, `GPT`, and `Zetachain`. It updates the `chainMetaRecord` to include new images, descriptions, and call-to-action details for these projects.
### Detailed summary
- Added new image imports for `appChainBanner`, `appchainCTA`, `cyberCTA`, `cyberChainBanner`, `gptCTA`, `gptChainBanner`, `zetachainBanner`, and `zetachainCTA`.
- Updated `chainMetaRecord` for `Cyber` with a new description and CTA.
- Added metadata for `Flare` including a description.
- Added metadata for `Appchain` with a description and CTA.
- Added metadata for `GPT Mainnet` with a description and CTA.
- Added metadata for `Zetachain` and its Testnet with descriptions and CTAs.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
"Cyber is a Layer 2 blockchain specifically designed for social applications. Built on the Optimism Superchain, it combines high-performance infrastructure with specialized tools for social features to simplify developer workflows and accelerate their time to market.",
190
+
cta: {
191
+
backgroundImageUrl: cyberCTA.src,
192
+
title: "Discover Web3 Social with Cyber",
193
+
buttonLink: "https://cyber.co/",
194
+
buttonText: "Learn more",
195
+
},
180
196
gasSponsored: true,
181
197
},
182
198
// redstone
@@ -205,6 +221,11 @@ const chainMetaRecord = {
205
221
},
206
222
gasSponsored: true,
207
223
},
224
+
// Flare
225
+
14: {
226
+
about:
227
+
"Flare is the blockchain for data, offering developers and users secure, decentralized access to high-integrity data from other chains and the internet. Flare's Layer-1 network uniquely supports enshrined data protocols at the network layer, making it the only EVM-compatible smart contract platform optimized for decentralized data acquisition, including price and time-series data, blockchain event and state data, and Web2 API data.",
228
+
},
208
229
// rootstock
209
230
30: {
210
231
headerImgUrl: rootStockBanner.src,
@@ -311,6 +332,18 @@ const chainMetaRecord = {
311
332
cta: OP_CTA,
312
333
gasSponsored: true,
313
334
},
335
+
//Appchain
336
+
466: {
337
+
headerImgUrl: appChainBanner.src,
338
+
about:
339
+
"Appchain is building useful onchain apps. We're an L2 on top of Ethereum, built on the Arbitrum Orbit stack. We are a low cost, high throughput chain with the goal of building apps for all internet users",
340
+
cta: {
341
+
title: "Bringing the world onchain through useful apps.",
342
+
backgroundImageUrl: appchainCTA.src,
343
+
buttonLink: "https://appchain.xyz/",
344
+
buttonText: "Learn more",
345
+
},
346
+
},
314
347
// B3 Mainnet
315
348
8333: {
316
349
headerImgUrl: thirdwebBanner.src,
@@ -427,6 +460,18 @@ const chainMetaRecord = {
427
460
buttonText: "Learn more",
428
461
},
429
462
},
463
+
//GPT Mainnet
464
+
1511670449: {
465
+
headerImgUrl: gptChainBanner.src,
466
+
about:
467
+
"GPT Protocol combines cutting-edge L2 EVM technology with seamless AI integration to power the future of decentralized applications. By enabling ultra-fast transactions, unmatched scalability, and eco-friendly solutions, GPT Protocol opens doors to developers, brands, and users alike. With innovative tools, a robust ecosystem, and low transaction costs, GPT Protocol is designed for a smarter, more connected blockchain experience. Join us in building the next generation of decentralized innovation.",
468
+
cta: {
469
+
backgroundImageUrl: gptCTA.src,
470
+
title: "Build on the blockchain for AI",
471
+
buttonLink: "https://www.gptprotocol.com/",
472
+
buttonText: "Learn more",
473
+
},
474
+
},
430
475
//Hashfire
431
476
4227: {
432
477
headerImgUrl: hashfireBanner.src,
@@ -598,6 +643,30 @@ const chainMetaRecord = {
598
643
buttonText: "Learn more",
599
644
},
600
645
},
646
+
// Zetachain
647
+
7000: {
648
+
headerImgUrl: zetachainBanner.src,
649
+
about:
650
+
"ZetaChain is the first Universal Blockchain with native access to Bitcoin, Ethereum, Solana, and more, offering seamless UX and unified liquidity to the next billions of users. With its Universal EVM, ZetaChain empowers developers to build Universal Apps that operate natively across any blockchain, creating a fluid crypto ecosystem from a single platform.",
651
+
cta: {
652
+
backgroundImageUrl: zetachainCTA.src,
653
+
title: "The First Universal Blockchain",
654
+
buttonLink: "https://www.zetachain.com/docs/",
655
+
buttonText: "Learn more",
656
+
},
657
+
},
658
+
// ZetaChain Testnet
659
+
7001: {
660
+
headerImgUrl: zetachainBanner.src,
661
+
about:
662
+
"ZetaChain is the first Universal Blockchain with native access to Bitcoin, Ethereum, Solana, and more, offering seamless UX and unified liquidity to the next billions of users. With its Universal EVM, ZetaChain empowers developers to build Universal Apps that operate natively across any blockchain, creating a fluid crypto ecosystem from a single platform.",
0 commit comments