You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **SOVEREIGN_DIRECTORY, TXS_OUTFILE_DIRECTORY, CONTRACTS_DIRECTORY** - represent the paths to the location where the deployment scripts will generate the outputs.
94
+
- **SOVEREIGN_DIRECTORY, OUTFILE_PATH, CONTRACTS_DIRECTORY** - represent the paths to the location where the deployment scripts will generate the outputs.
95
95
- **WALLET** - should represent the wallet generated at Step 2.2.
96
96
- **MAIN_CHAIN_ELASTIC** - represents the elasticsearch db from the main chain
97
97
- **PROXY** - in this case, for the purpose of the test, the used proxy is the testnet one. Of course that the proper proxy should be used when deploying your own set of contracts depending on the development phase of your project.
@@ -109,16 +109,27 @@ cd sovereignBridge
109
109
source script.sh
110
110
```
111
111
112
+
6. Create and deploy main chain observer:
113
+
```bash
114
+
createAndDeployMainChainObserver
115
+
```
116
+
117
+
:::info
118
+
After running this command, one should waituntil the observer is fully synchronized.
119
+
:::
120
+
112
121
6. Deploy all cross-chain contracts on main chain and deploy Sovereign Chain with all required services:
0 commit comments