-
Notifications
You must be signed in to change notification settings - Fork 422
feat(shared): Apply application name to Coinbase Wallet #7543
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
feat(shared): Apply application name to Coinbase Wallet #7543
Conversation
🦋 Changeset detectedLatest commit: 76d097f The changes in this PR will be included in the next version bump. This PR includes changesets to release 19 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughA changeset entry has been added to document a patch update for the '@clerk/shared' package. The corresponding code changes modify the web3 wallet provider initialization logic to include an appName field when configuring Coinbase Wallet and Base SDK providers. The application name is resolved through a priority order: Clerk's environment displayConfig.applicationName, the document title, or a default fallback value. These modifications are internal and do not affect publicly exported entity signatures. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
@clerk/agent-toolkit
@clerk/astro
@clerk/backend
@clerk/chrome-extension
@clerk/clerk-js
@clerk/dev-cli
@clerk/expo
@clerk/expo-passkeys
@clerk/express
@clerk/fastify
@clerk/localizations
@clerk/nextjs
@clerk/nuxt
@clerk/react
@clerk/react-router
@clerk/shared
@clerk/tanstack-react-start
@clerk/testing
@clerk/ui
@clerk/upgrade
@clerk/vue
commit: |
Description
This applies the application name to the Coinbase Wallet flow. It follows the same pattern as the Base flows.
Before:

After:

Checklist
pnpm testruns as expected.pnpm buildruns as expected.Type of change
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.