@reown/appkit-cli
Advanced tools
Comparing version 1.6.8 to 1.6.9-venice.0
# @reown/appkit-cli | ||
## 1.6.9-venice.0 | ||
### Patch Changes | ||
- [#3818](https://github.com/reown-com/appkit/pull/3818) [`bf90239`](https://github.com/reown-com/appkit/commit/bf90239f89090a63d7c7eefc762471978aeceaad) Thanks [@enesozturk](https://github.com/enesozturk)! - Allows getting chain specific account data with hooks and subscribe methods | ||
### Example Usage | ||
```tsx | ||
import { useAppKitAccount } from '@reown/appkit/react' | ||
const accountState = useAppKitAccount() // Returns active chain's account state | ||
const evmAccountState = useAppKitAccount({ chainNamespace: 'eip155' }) // Returns EVM chain's account state | ||
const solanaAccountState = useAppKitAccount({ chainNamespace: 'solana' }) // Returns Solana chain's account state | ||
const bitcoinAccountState = useAppKitAccount({ chainNamespace: 'bip122' }) // Returns Bitcoin chain's account state | ||
``` | ||
- [#3833](https://github.com/reown-com/appkit/pull/3833) [`ff75922`](https://github.com/reown-com/appkit/commit/ff75922b49169f24d58ed2e41238a8d1d6e9164e) Thanks [@svenvoskamp](https://github.com/svenvoskamp)! - Set wallet to undefined after unmount of QR view | ||
## 1.6.8 | ||
@@ -4,0 +23,0 @@ |
{ | ||
"name": "@reown/appkit-cli", | ||
"version": "1.6.8", | ||
"version": "1.6.9-venice.0", | ||
"description": "Reown AppKit CLI", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
62669
2