Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/strict-wombats-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reown/appkit-adapter-bitcoin': patch
---

Removes unused bitcoinjs-lib dependency
2 changes: 1 addition & 1 deletion .cursor/rules/appkit-monorepo.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ This document orients Cursor to the structure, relationships, and common pattern
### State, Data, and External SDKs

- State management is uniform with `valtio`. Controllers own reactive state; UI subscribes.
- EVM stack uses `viem` and `wagmi` (in adapters). Solana uses `@solana/web3.js` and wallet-standard libs. Bitcoin uses `bitcoinjs-lib`, `sats-connect`.
- EVM stack uses `viem` and `wagmi` (in adapters). Solana uses `@solana/web3.js` and wallet-standard libs. Bitcoin uses `wallet-standard` and `sats-connect`.
- WalletConnect v2 is integrated via `@walletconnect/universal-provider`. Keep provider interactions isolated in `controllers`/`utils`/adapters.

### Testing Conventions
Expand Down
1 change: 0 additions & 1 deletion packages/adapters/bitcoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@wallet-standard/app": "1.1.0",
"@wallet-standard/base": "1.1.0",
"@walletconnect/universal-provider": "2.23.0",
"bitcoinjs-lib": "6.1.7",
"sats-connect": "3.5.0"
},
"devDependencies": {
Expand Down
212 changes: 16 additions & 196 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading