diff --git a/docs/sovereign/services.md b/docs/sovereign/services.md index 08c69c48..98ffcac9 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 5ddcba20..4a0e2f99 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`