Skip to content

Commit 6a7dcaa

Browse files
feat: expand on docs
Co-authored-by: Kristaps Grinbergs <kristaps@flare.network>
1 parent 68c804e commit 6a7dcaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/smart-accounts/guides/typescript-viem/01-state-lookup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export async function getOperatorXrplAddresses() {
107107
}
108108
```
109109
110-
We define a helper function for retrieving the address of the `MasterAccountController` contract.
110+
We define a helper function for retrieving the address of the `MasterAccountController` contract from the `FlareContractsRegistry`.
111111
112112
```typescript
113113
export async function getMasterAccountControllerAddress(): Promise<Address> {

0 commit comments

Comments
 (0)