-
Notifications
You must be signed in to change notification settings - Fork 1.5k
feat: bitget wallet connector (bitcoin) #4111
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
🦋 Changeset detectedLatest commit: 7cde32a The changes in this PR will be included in the next version bump. This PR includes changesets to release 20 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 Git ↗︎
12 Skipped Deployments
|
|
Coverage Report
File Coverage
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new Bitget wallet connector for Bitcoin, integrating it into the appkit and updating associated tests.
- Added BITGET constant in ConstantsUtil
- Configured BitgetConnector in PresetsUtil and integrated it into the BitcoinAdapter
- Introduced BitgetConnector tests to validate functionality
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
File | Description |
---|---|
packages/common/src/utils/ConstantsUtil.ts | Added BITGET constant to support the new connector |
packages/appkit-utils/src/PresetsUtil.ts | Added BITGET preset mapping |
packages/adapters/bitcoin/tests/connectors/BitgetConnector.test.ts | New tests for the BitgetConnector |
packages/adapters/bitcoin/tests/BitcoinAdapter.test.ts | Updated tests to include BitgetConnector integration |
packages/adapters/bitcoin/src/connectors/BitgetConnector.ts | Introduced BitgetConnector implementation and event binding logic |
packages/adapters/bitcoin/src/adapter.ts | Updated adapter to instantiate and add the BitgetConnector |
const wallet = bitkeep?.unisat | ||
|
||
/** | ||
* Bitget doesn't provide a way to get the image URL specifally for bitcoin |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct the typo in the comment: replace 'specifally' with 'specifically'.
* Bitget doesn't provide a way to get the image URL specifally for bitcoin | |
* Bitget doesn't provide a way to get the image URL specifically for bitcoin |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
Description
Added bitget wallet connector for bitcon
Type of change
Associated Issues
For Linear issues: Closes APKT-2510
Showcase (Optional)
Checklist