@reown/appkit-cli 1.8.23 → 1.8.24-bitcoin-wc-addreses.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @reown/appkit-cli
|
|
2
2
|
|
|
3
|
+
## 1.8.24-bitcoin-wc-addreses.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cdc6189`](https://github.com/reown-com/appkit/commit/cdc6189fdf00f93a4ef9a20b9727c6726388883f) Thanks [@0xmkh](https://github.com/0xmkh)! - Fixed Bitcoin WalletConnect connector to properly return all HD wallet data from `getAccountAddresses()`. Previously, the method was dropping `publicKey`, `path`, and `purpose` fields from the response, returning only the address. This fix ensures Ledger and Trezor users get complete account information including all derived addresses, public keys, and derivation paths needed for building PSBTs correctly.
|
|
8
|
+
|
|
3
9
|
## 1.8.23
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|