-
Notifications
You must be signed in to change notification settings - Fork 618
[MNY-201] SDK: Rename leftover of Universal Bridge to Bridge #8117
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
[MNY-201] SDK: Rename leftover of Universal Bridge to Bridge #8117
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughTerminology updated from “Universal Bridge” to “Bridge” across SDK docs, comments, stories, and dashboard logs. Only textual changes were made; no code paths, APIs, or behaviors were altered. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (13)
👮 Files not reviewed due to content moderation or server errors (8)
🧰 Additional context used📓 Path-based instructions (7)**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.{ts,tsx,js,jsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
**/*.stories.tsx📄 CodeRabbit inference engine (CLAUDE.md)
Files:
packages/thirdweb/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
packages/thirdweb/src/exports/**📄 CodeRabbit inference engine (CLAUDE.md)
Files:
apps/{dashboard,playground-web}/**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
apps/{dashboard,playground}/**/*.{ts,tsx}📄 CodeRabbit inference engine (AGENTS.md)
Files:
🧠 Learnings (4)📓 Common learnings📚 Learning: 2025-09-24T11:08:43.783ZApplied to files:
📚 Learning: 2025-09-24T11:09:45.142ZApplied to files:
📚 Learning: 2025-08-29T15:37:38.513ZApplied to files:
⏰ 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). (5)
🔇 Additional comments (5)
Warning Review ran into problems🔥 ProblemsErrors were encountered while retrieving linked issues. Errors (1)
Comment |
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8117 +/- ##
==========================================
- Coverage 56.27% 56.27% -0.01%
==========================================
Files 906 906
Lines 59191 59191
Branches 4175 4171 -4
==========================================
- Hits 33310 33308 -2
- Misses 25776 25778 +2
Partials 105 105
🚀 New features to boost your workflow:
|
Merge activity
|
b5f9237 to
2d05ee0
Compare
0e39790 to
ee4e13e
Compare
2d05ee0 to
89acabc
Compare
<!--
## 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 focuses on renaming references from `Universal Bridge` to `Bridge` across multiple files to standardize terminology and improve clarity.
### Detailed summary
- Updated comments and documentation to replace `Universal Bridge` with `Bridge`.
- Modified error messages in `apps/dashboard/src/@/api/analytics.ts` to reflect the new terminology.
- Changed descriptions in various files related to `Chain`, `Token`, `Quote`, and webhooks to use `Bridge`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
89acabc to
3b986d5
Compare

PR-Codex overview
This PR focuses on renaming references from
Universal BridgetoBridgeacross various files in the codebase for consistency and clarity.Detailed summary
Universal BridgewithBridge.apps/dashboard/src/@/api/analytics.tsto reflect the new terminology.Chain.ts,Webhook.ts,Transfer.ts,Routes.ts,Status.ts,Token.ts,Buy.ts, andSell.ts, to align with the new naming.UnsupportedTokenScreen.stories.tsxto useBridgeinstead ofUniversal Bridge.Summary by CodeRabbit