Skip to content

Dustin/chain page verification requests #5828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

DustinTurska
Copy link
Contributor

@DustinTurska DustinTurska commented Dec 23, 2024

Problem solved

Update chain pages for:
Flare Mainnet - partial update
GPT Mainnet
Appchain
Cyber Mainnet
Zetachain Test and Mainnet

Linear ticket INFRA-523


PR-Codex overview

This PR focuses on adding new assets and updating the metadata for various blockchain projects, including Cyber, Flare, Appchain, GPT, and ZetaChain, enhancing their representation in the application.

Detailed summary

  • Added new image imports for appChainBanner, appchainCTA, cyberCTA, cyberChainBanner, gptCTA, gptChainBanner, zetachainBanner, and zetachainCTA.
  • Updated chainMetaRecord for Cyber, Flare, Appchain, GPT, and ZetaChain with new metadata, including headerImgUrl, about, and cta details.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@DustinTurska DustinTurska requested review from jakubkrehel and a team as code owners December 23, 2024 15:06
Copy link

changeset-bot bot commented Dec 23, 2024

⚠️ No Changeset found

Latest commit: 1a892f4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
thirdweb-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 23, 2024 11:17pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
docs-v2 ⬜️ Skipped (Inspect) Dec 23, 2024 11:17pm
thirdweb_playground ⬜️ Skipped (Inspect) Dec 23, 2024 11:17pm
wallet-ui ⬜️ Skipped (Inspect) Dec 23, 2024 11:17pm

Copy link
Contributor

graphite-app bot commented Dec 23, 2024

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • merge-queue - adds this PR to the back of the merge queue
  • hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.11%. Comparing base (6eba1eb) to head (1a892f4).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5828   +/-   ##
=======================================
  Coverage   54.11%   54.11%           
=======================================
  Files        1102     1102           
  Lines       59202    59202           
  Branches     4885     4885           
=======================================
  Hits        32040    32040           
  Misses      26438    26438           
  Partials      724      724           
Flag Coverage Δ *Carryforward flag
legacy_packages 65.68% <ø> (ø) Carriedforward from 6eba1eb
packages 51.51% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Copy link
Contributor

github-actions bot commented Dec 23, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
thirdweb (esm) 45.02 KB (0%) 901 ms (0%) 2.9 s (-10.22% 🔽) 3.8 s
thirdweb (cjs) 110.76 KB (0%) 2.3 s (0%) 5.5 s (-1.63% 🔽) 7.7 s
thirdweb (minimal + tree-shaking) 5.58 KB (0%) 112 ms (0%) 322 ms (+10.89% 🔺) 433 ms
thirdweb/chains (tree-shaking) 506 B (0%) 10 ms (0%) 132 ms (-4.03% 🔽) 142 ms
thirdweb/react (minimal + tree-shaking) 19.12 KB (0%) 383 ms (0%) 949 ms (+36.82% 🔺) 1.4 s

Copy link
Contributor Author

DustinTurska commented Dec 23, 2024

Merge activity

  • Dec 23, 10:36 AM EST: The merge label 'merge-queue' was detected. This PR will be added to the Graphite merge queue once it meets the requirements.
  • Dec 23, 5:40 PM EST: A user added this pull request to the Graphite merge queue.
  • Dec 23, 6:17 PM EST: A user merged this pull request with the Graphite merge queue.

DustinTurska added a commit that referenced this pull request Dec 23, 2024
## 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 metadata for various blockchain projects, including `Cyber`, `Appchain`, `GPT`, and `Zetachain`. It enhances the user interface by incorporating images and descriptions for these projects.

### Detailed summary
- Added new image imports for `appChainBanner`, `appchainCTA`, `cyberCTA`, `cyberChainBanner`, `gptCTA`, `gptChainBanner`, `zetachainBanner`, and `zetachainCTA`.
- Updated `chainMetaRecord` with new entries for:
  - `Cyber`: Added `headerImgUrl`, `about`, and `cta`.
  - `Flare`: Added `about`.
  - `Appchain`: Added `headerImgUrl`, `about`, and `cta`.
  - `GPT`: Added `headerImgUrl`, `about`, and `cta`.
  - `Zetachain`: Added entries for both `7000` and `7001` with `headerImgUrl`, `about`, and `cta`.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@DustinTurska DustinTurska force-pushed the dustin/Chain-Page-Verification-Requestions branch from 0e0fbee to 799bf53 Compare December 23, 2024 22:40
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 23, 2024 22:40 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 23, 2024 22:41 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 23, 2024 22:41 Inactive
DustinTurska added a commit that referenced this pull request Dec 23, 2024
## 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 primarily focuses on adding new assets and updating the `chainMetaRecord` object to include details for several blockchain projects, enhancing the dashboard's visual and informational content.

### Detailed summary
- Added new image imports for `appChainBanner`, `appchainCTA`, `cyberCTA`, `cyberChainBanner`, `gptCTA`, `gptChainBanner`, `zetachainBanner`, and `zetachainCTA`.
- Updated `chainMetaRecord` to include detailed information for `Cyber`, `Flare`, `Appchain`, `GPT Mainnet`, and `Zetachain` projects, including `headerImgUrl`, `about`, and `cta` properties.

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`

<!-- end pr-codex -->
@DustinTurska DustinTurska force-pushed the dustin/Chain-Page-Verification-Requestions branch from 799bf53 to b94c18b Compare December 23, 2024 22:45
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 23, 2024 22:45 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 23, 2024 22:45 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 23, 2024 22:45 Inactive
## 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 -->
@DustinTurska DustinTurska force-pushed the dustin/Chain-Page-Verification-Requestions branch from b94c18b to 1a892f4 Compare December 23, 2024 23:13
@vercel vercel bot temporarily deployed to Preview – wallet-ui December 23, 2024 23:13 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground December 23, 2024 23:13 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 December 23, 2024 23:13 Inactive
@graphite-app graphite-app bot merged commit 1a892f4 into main Dec 23, 2024
31 checks passed
@graphite-app graphite-app bot deleted the dustin/Chain-Page-Verification-Requestions branch December 23, 2024 23:17
@vercel vercel bot temporarily deployed to Production – docs-v2 December 23, 2024 23:17 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui December 23, 2024 23:17 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground December 23, 2024 23:17 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dashboard Involves changes to the Dashboard. merge-queue Adds the pull request to Graphite's merge queue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants