Skip to content

Commit 1d34680

Browse files
authored
Merge pull request #461 from reown-com/chore/update-unity-docs
2 parents a250209 + 4f135db commit 1d34680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appkit/unity/core/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Chain activeChain = AppKit.NetworkController.ActiveChain;
4646

4747
```csharp
4848
// Get active account in CAIP-10 format
49-
Account account = AppKit.GetAccountAsync();
49+
Account account = AppKit.Account;
5050

5151
Debug.Log(account.Address); // e.g. '0x12345...'
5252
Debug.Log(account.ChainId); // e.g. 'eip155:1'

0 commit comments

Comments
 (0)