You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/smart-accounts/4-reference.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ import SmartAccountsReference from "@site/src/features/SmartAccounts/Reference";
13
13
<SmartAccountsReference />
14
14
15
15
:::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.
0 commit comments