Skip to content

Commit 49cef7b

Browse files
authored
fix(focs): clarify MasterAccountController address retrieval process (#1250)
1 parent 7667b74 commit 49cef7b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/smart-accounts/4-reference.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import SmartAccountsReference from "@site/src/features/SmartAccounts/Reference";
1313
<SmartAccountsReference />
1414

1515
:::info
16-
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.
16+
The `MasterAccountController` address is the same on all Flare [networks](/network/overview).
17+
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.
1718
:::
1819

1920
## References

0 commit comments

Comments
 (0)