[SDK] Add support for base-org/account SDK#8558
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. |
|
bump |
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.