-
Notifications
You must be signed in to change notification settings - Fork 635
[SDK] Add support for base-org/account SDK #8558
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
base: main
Are you sure you want to change the base?
Conversation
- Add @base-org/account 2.5.0 dependency - Implement Base Account SDK wallet connector - Add base-account-web.ts with EIP-1193 provider implementation - Add base-account-wallet.ts with core wallet logic - Export types and helper functions - Maintain backwards compatibility with coinbase/wallet-sdk
|
|
@montycheese is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs. |
|
This PR has been inactive for 7 days. It is now marked as stale and will be closed in 2 days if no further activity occurs. |
PR-Codex overview
This PR introduces support for the
Base Account SDKin thethirdwebpackage, allowing users to create and connect wallets using the new SDK. It adds new constants, types, and wallet creation options, along with necessary functions for handling wallet connections and interactions.Detailed summary
@base-org/account.BASE_ACCOUNTconstant inconstants.ts.Base Account SDKinwallets.ts.create-wallet.ts.Base Account SDKinbase-account-wallet.ts.BaseAccountProviderinterface and connection methods inbase-account-web.ts.