Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/smart-accounts/4-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import SmartAccountsReference from "@site/src/features/SmartAccounts/Reference";
<SmartAccountsReference />

:::info
The `MasterAccountController` address should be retrieved programmatically from the [Flare contracts registry](/network/guides/flare-contracts-registry) rather than hardcoding it, as it may change across network deployments.
The `MasterAccountController` address is the same on all Flare [networks](/network/overview).
Retrieve it from the [Flare contracts registry](/network/guides/flare-contracts-registry) rather than hardcoding it, so each XRPL address maps to the same personal account everywhere.
:::

## References
Expand Down
Loading