Skip to content

Commit

Permalink
Update docs/appkit/next/core/hooks.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Rohit Ramesh <70317502+rohit-710@users.noreply.github.com>
  • Loading branch information
rtomas and rohit-710 authored Oct 10, 2024
1 parent f317cca commit 55b8933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/appkit/next/core/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Hook for accessing account data and connection status.

List of possible `status: "reconnecting" | "connected" | "disconnected" | "connecting" | undefined`

The `caipAddress` is composed by `network:chainId:address`. An Example for an Ethereum mainnet address is eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5Bfcdb
The `caipAddress` is composed by `network:chainId:address`. An Example for an Ethereum mainnet address is `eip155:1:0xab16a96D359eC26a11e2C2b3d8f8B8942d5Bfcdb`

```ts
import { useAppKitAccount } from "@reown/appkit/react";
Expand Down

0 comments on commit 55b8933

Please sign in to comment.