@ecency/wallets 5.0.83 → 5.0.84

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,6 +17,8 @@ Built and maintained by [Ecency](https://ecency.com), an open-source social plat
17
17
  - `encryptMemoWithAccounts` / `decryptMemoWithAccounts` – encrypt or decrypt memos by looking up account memo keys
18
18
  - `useGetExternalWalletBalanceQuery` – retrieve balances for external wallets such as BTC, ETH, BNB, SOL, TRON, TON, or APT through Ecency's private API
19
19
 
20
+ Blockchain mutations live in `@ecency/sdk`. `useWalletOperation` is re-exported from this package for compatibility but is the SDK's implementation.
21
+
20
22
  ## Installation
21
23
 
22
24
  ```sh
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ecency/wallets",
3
3
  "private": false,
4
- "version": "5.0.83",
4
+ "version": "5.0.84",
5
5
  "description": "Ecency wallets",
6
6
  "repository": {
7
7
  "type": "git",