Skip to content

Commit 2d3d353

Browse files
committed
fix(docs): enhance clarity and wording in FAssets guide for FXRP Asset Manager address retrieval
1 parent 21c01a2 commit 2d3d353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fassets/developer-guides/1-fassets-get-asset-amanager-address-registry.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ import ExploringAdditionalParameters from "./_exploring-additional-parameters.md
1717
When building on the Flare Network, it is important to **avoid hardcoding contract addresses**, especially for key components such as the FXRP Asset Manager.
1818
These addresses can change between Flare testnets and mainnet deployments, and relying on fixed values can lead to broken integrations.
1919

20-
Instead, you should dynamically fetch the FXRP Asset Manager address using the [Flare Contract Registry](/network/guides/flare-contracts-registry), the trusted source for discovering contract addresses on any Flare network.
20+
Instead, you should dynamically fetch the FXRP Asset Manager address using the [Flare Contract Registry](/network/guides/flare-contracts-registry), the trusted source for obtaining contract addresses on any Flare network.
2121

22-
This guide walks you through:
22+
In this guide, you will learn:
2323

2424
- How to retrieve the [Asset Manager Controller](/fassets/reference/IAssetManagerController) using the Flare Contract Registry.
2525
- How to find the specific FXRP [Asset Manager](/fassets/reference/IAssetManager).

0 commit comments

Comments
 (0)