-
Notifications
You must be signed in to change notification settings - Fork 619
Update implementations, fix deployment #8356
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
Conversation
🦋 Changeset detectedLatest commit: 1ad7f98 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
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 |
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughA patch version update for "thirdweb" with changes to ZKSync deployment configurations. MarketplaceV3 contract addresses are updated for two ZKSync networks. Default extension deployment logic is modified to skip ZKSync chains. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (1 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (3)
🧰 Additional context used📓 Path-based instructions (4).changeset/*.md📄 CodeRabbit inference engine (AGENTS.md)
Files:
**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
packages/thirdweb/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-08-29T15:37:38.513ZApplied to files:
📚 Learning: 2025-07-18T19:19:55.613ZApplied to files:
📚 Learning: 2025-07-18T19:19:55.613ZApplied to files:
🧬 Code graph analysis (1)packages/thirdweb/src/extensions/prebuilts/deploy-published.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
🔇 Additional comments (4)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
size-limit report 📦
|
PR-Codex overview
This PR focuses on updating the
MarketplaceV3contract addresses in theimplementations.tsfile and modifying the deployment logic indeploy-published.tsto include a check for theisZkSyncChainutility.Detailed summary
MarketplaceV3address from0xB7387cF425eC8Da1b04b8E34De86245cb32bCA6Dto0x4e0C3577335961Ff800FFDA24981EB2F38D94483.MarketplaceV3address from0xF8fd1016420c2B7832714241d36Efe55D41df126to0x12A305cc7168fa3b7B172fE53c57b9a22716F667.isZkSyncChain(chain)in the deployment logic to conditionally handledefaultExtensions.Summary by CodeRabbit