@reown/appkit-cli 1.8.24 → 1.8.25-tron-wc-request.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.25-tron-wc-request.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#5789](https://github.com/reown-com/appkit/pull/5789) [`4a3875f`](https://github.com/reown-com/appkit/commit/4a3875f648d3045c415881bd61f295e23e3c769b) Thanks [@enesozturk](https://github.com/enesozturk)! - Fixes `request()` on the Tron and Stellar WalletConnect connectors, which called a non-existent `internalRequest` and threw `TypeError` for any host calling `provider.request(...)` on a WalletConnect-connected Tron/Stellar wallet. Requests now route through the universal provider on the active chain. Also adds `signTransaction(tx)` to the Tron WalletConnect connector so hosts can sign a prebuilt TronWeb transaction with the spec's `tron_method_version`-aware payload shape.
|
|
8
|
+
|
|
3
9
|
## 1.8.24
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|