@reown/appkit-cli 1.8.25-tron-wc-request.0 → 2.0.0-wagmi-v3.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 +12 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
1
|
# @reown/appkit-cli
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 2.0.0-wagmi-v3.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#5793](https://github.com/reown-com/appkit/pull/5793) [`670fef6`](https://github.com/reown-com/appkit/commit/670fef6fb32a9ad2d5a1f508fda58826a411dad6) Thanks [@0xmkh](https://github.com/0xmkh)! - Add wagmi v3 support
|
|
4
8
|
|
|
5
9
|
### Patch Changes
|
|
6
10
|
|
|
7
|
-
- [#
|
|
11
|
+
- [#5781](https://github.com/reown-com/appkit/pull/5781) [`a3b3eab`](https://github.com/reown-com/appkit/commit/a3b3eabf6f32b085b2cc7be61308e4861e4af12f) Thanks [@santgr11](https://github.com/santgr11)! - Fixed TRON `sendTransaction` failing on chains outside the Blockchain API's supported list (e.g. Shasta testnet) by falling back to calling the chain's fullnode directly. Also fixed network switching not reaching the underlying wallet adapter for injected TRON connectors.
|
|
12
|
+
|
|
13
|
+
- [#5790](https://github.com/reown-com/appkit/pull/5790) [`88a78cf`](https://github.com/reown-com/appkit/commit/88a78cf57f2ea8cb2c4805c4efeff5ea965be687) Thanks [@santgr11](https://github.com/santgr11)! - Fixed MetaMask silently reconnecting the previously authorized Bitcoin account instead of allowing the user to pick a different one.
|
|
14
|
+
|
|
15
|
+
- [#5786](https://github.com/reown-com/appkit/pull/5786) [`866c940`](https://github.com/reown-com/appkit/commit/866c940f50965904dab4ce3031a78248ddaa7cc5) Thanks [@santgr11](https://github.com/santgr11)! - Fix undersized smart-account badge icon on wallet items
|
|
16
|
+
|
|
17
|
+
- [#5789](https://github.com/reown-com/appkit/pull/5789) [`83d474b`](https://github.com/reown-com/appkit/commit/83d474b1ba6e1d17ce46dcf50ee8ae6e3f2a653c) 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
18
|
|
|
9
19
|
## 1.8.24
|
|
10
20
|
|