Skip to content

Conversation

@MananTank
Copy link
Member

@MananTank MananTank commented Nov 18, 2025


PR-Codex overview

This PR focuses on various updates and improvements across the codebase, including version upgrades, addition of new functionalities, and refactoring of components for better contract management and UI enhancements.

Detailed summary

  • Deleted tokens-section.tsx and page.tsx files.
  • Updated package versions in package.json files.
  • Refactored ImportModal to handle token and non-token contracts.
  • Enhanced getFilteredProjectContracts function for better contract filtering.
  • Improved ExplorePage layout and added new PopularSection.
  • Added X402FeeConfig component for fee configuration management.
  • Updated bridge statistics in bridge/data.ts.
  • Implemented error handling for unsupported contract types in ImportForm.

The following files were skipped due to too many changes: pnpm-lock.yaml

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

@linear
Copy link

linear bot commented Nov 18, 2025

@changeset-bot
Copy link

changeset-bot bot commented Nov 18, 2025

🦋 Changeset detected

Latest commit: 359d008

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@thirdweb-dev/service-utils Patch

Not sure what this means? Click here to learn what changesets are.

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

@vercel
Copy link

vercel bot commented Nov 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
thirdweb-www Ready Ready Preview Comment Nov 19, 2025 7:44pm
4 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-v2 Skipped Skipped Nov 19, 2025 7:44pm
nebula Skipped Skipped Nov 19, 2025 7:44pm
thirdweb_playground Skipped Skipped Nov 19, 2025 7:44pm
wallet-ui Skipped Skipped Nov 19, 2025 7:44pm

@vercel vercel bot temporarily deployed to Preview – nebula November 18, 2025 16:46 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 18, 2025 16:46 Inactive
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 18, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch pro-106

Comment @coderabbitai help to get the list of available commands and usage tips.

@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 18, 2025 16:46 Inactive
@MananTank MananTank marked this pull request as ready for review November 18, 2025 16:46
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 18, 2025 16:46 Inactive
@MananTank MananTank requested review from a team as code owners November 18, 2025 16:46
@github-actions github-actions bot added the Dashboard Involves changes to the Dashboard. label Nov 18, 2025
Copy link
Member Author

MananTank commented Nov 18, 2025


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.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@graphite-app graphite-app bot changed the base branch from 11-18-link_to_team_billing_page_in_faucet_button_on_free_plan to graphite-base/8430 November 18, 2025 16:51
@codecov
Copy link

codecov bot commented Nov 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.83%. Comparing base (7b5682c) to head (359d008).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8430   +/-   ##
=======================================
  Coverage   54.83%   54.83%           
=======================================
  Files         919      919           
  Lines       60868    60868           
  Branches     4141     4141           
=======================================
  Hits        33375    33375           
  Misses      27391    27391           
  Partials      102      102           
Flag Coverage Δ
packages 54.83% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 18, 2025

size-limit report 📦

Path Size
@thirdweb-dev/nexus (esm) 104.88 KB (0%)
@thirdweb-dev/nexus (cjs) 316.6 KB (0%)

@graphite-app
Copy link
Contributor

graphite-app bot commented Nov 18, 2025

Merge activity

<!--

## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes"

If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000):

## Notes for the reviewer

Anything important to call out? Be sure to also clarify these in your comments.

## How to test

Unit tests, playground, etc.

-->

<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the statistics related to supported chains, tokens, and routes in the bridge application. It enhances the data representation by introducing a new object for numerical values and modifies the `bridge-page` component to utilize these updated statistics.

### Detailed summary
- Updated `supportedChains` from "90+" to "95+".
- Updated `supportedTokens` from "6700+" to "10,000+".
- Updated `supportedRoutes` from "14M+" to "15M+".
- Introduced a new constant `bridgeStatsNumbers` with numerical values for chains, tokens, and routes.
- Modified `bridge-page.tsx` to use `bridgeStatsNumbers` for displaying data in `DataSquare` components.

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

<!-- end pr-codex -->
@vercel vercel bot temporarily deployed to Preview – nebula November 19, 2025 19:37 Inactive
@vercel vercel bot temporarily deployed to Preview – wallet-ui November 19, 2025 19:37 Inactive
@vercel vercel bot temporarily deployed to Preview – docs-v2 November 19, 2025 19:37 Inactive
@vercel vercel bot temporarily deployed to Preview – thirdweb_playground November 19, 2025 19:37 Inactive
@github-actions github-actions bot added packages SDK Involves changes to the thirdweb SDK labels Nov 19, 2025
@graphite-app graphite-app bot changed the base branch from graphite-base/8430 to 11-18-link_to_team_billing_page_in_faucet_button_on_free_plan November 19, 2025 19:37
@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedp-limit@​7.2.010010010087100

View full report

Base automatically changed from 11-18-link_to_team_billing_page_in_faucet_button_on_free_plan to main November 19, 2025 19:45
@graphite-app graphite-app bot merged commit 359d008 into main Nov 19, 2025
21 of 22 checks passed
@graphite-app graphite-app bot deleted the pro-106 branch November 19, 2025 19:46
@vercel vercel bot temporarily deployed to Production – nebula November 19, 2025 19:46 Inactive
@vercel vercel bot temporarily deployed to Production – wallet-ui November 19, 2025 19:46 Inactive
@vercel vercel bot temporarily deployed to Production – thirdweb_playground November 19, 2025 19:46 Inactive
@vercel vercel bot temporarily deployed to Production – docs-v2 November 19, 2025 19:46 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. packages SDK Involves changes to the thirdweb SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants