From 5738ef52f1920776243781c55d1775ec1268bdcb Mon Sep 17 00:00:00 2001 From: axenteoctavian Date: Fri, 12 Dec 2025 10:42:49 +0200 Subject: [PATCH] Update sovereign docs 12 dec --- docs/sovereign/services.md | 6 ++++++ docs/sovereign/sovereign-wallet.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/sovereign/services.md b/docs/sovereign/services.md index 08c69c48a..98ffcac97 100644 --- a/docs/sovereign/services.md +++ b/docs/sovereign/services.md @@ -38,3 +38,9 @@ sudo apt install redis sudo systemctl start redis sudo systemctl enable redis ``` + +## Prerequisites + +### Sovereign network deployed + +Before starting the services it is required to have a full sovereign network running, see [setup guide](/sovereign/local-setup). diff --git a/docs/sovereign/sovereign-wallet.md b/docs/sovereign/sovereign-wallet.md index 5ddcba205..4a0e2f99c 100644 --- a/docs/sovereign/sovereign-wallet.md +++ b/docs/sovereign/sovereign-wallet.md @@ -18,6 +18,7 @@ git clone https://github.com/multiversx/mx-lite-wallet-dapp.git 2. Update the `sharedNetworks.ts` file: - for `sovereign` item - update the URLs with your own + - update `WEGLDid` with the sovereign native token identifier from `config.toml` -> `BaseTokenID` - update `sovereignContractAddress` with contract address from `sovereignConfig.toml` -> `SubscribedEvents` from `OutgoingSubscribedEvents` - for `testnet` item (or the network your sovereign is connected to) - update `sovereignContractAddress` with contract address from `sovereignConfig.toml` -> `SubscribedEvents` from `NotifierConfig`