File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,9 @@ sudo apt install redis
3838sudo systemctl start redis
3939sudo 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 ) .
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ git clone https://github.com/multiversx/mx-lite-wallet-dapp.git
18182 . 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 `
You can’t perform that action at this time.
0 commit comments