From 67f98eedabf19bd8e560cc028d77df66c09eb0c5 Mon Sep 17 00:00:00 2001 From: Kristaps Grinbergs Date: Fri, 6 Mar 2026 13:43:29 +0200 Subject: [PATCH] fix(focs): clarify MasterAccountController address retrieval process in Flare networks --- docs/smart-accounts/4-reference.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/smart-accounts/4-reference.mdx b/docs/smart-accounts/4-reference.mdx index 78e21d95..bd282264 100644 --- a/docs/smart-accounts/4-reference.mdx +++ b/docs/smart-accounts/4-reference.mdx @@ -13,7 +13,8 @@ import SmartAccountsReference from "@site/src/features/SmartAccounts/Reference"; :::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