Skip to content

Commit 7f27aab

Browse files
Merge pull request #1173 from multiversx/update-sovereign-docs-12-dec
Update sovereign docs 12 dec
2 parents 4f572be + 5738ef5 commit 7f27aab

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/sovereign/services.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,9 @@ sudo apt install redis
3838
sudo systemctl start redis
3939
sudo systemctl enable redis
4040
```
41+
42+
## Prerequisites
43+
44+
### Sovereign network deployed
45+
46+
Before starting the services it is required to have a full sovereign network running, see [setup guide](/sovereign/local-setup).

docs/sovereign/sovereign-wallet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ git clone https://github.com/multiversx/mx-lite-wallet-dapp.git
1818
2. Update the `sharedNetworks.ts` file:
1919
- for `sovereign` item
2020
- update the URLs with your own
21+
- update `WEGLDid` with the sovereign native token identifier from `config.toml` -> `BaseTokenID`
2122
- update `sovereignContractAddress` with contract address from `sovereignConfig.toml` -> `SubscribedEvents` from `OutgoingSubscribedEvents`
2223
- for `testnet` item (or the network your sovereign is connected to)
2324
- update `sovereignContractAddress` with contract address from `sovereignConfig.toml` -> `SubscribedEvents` from `NotifierConfig`

0 commit comments

Comments
 (0)