Skip to content

Commit 68db501

Browse files
committed
fix docs
1 parent a9acea3 commit 68db501

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

deployment/persistent_chains/testnet-2.0/testnet-2.0-launch.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -166,30 +166,30 @@ The following steps are expected to be done **during** the ceremony.
166166

167167
10. **[Optional] Add Trustee account**
168168

169-
12.1. A Trustee proposes Trustee account
169+
10.1. A Trustee proposes Trustee account
170170

171171
```bash
172172
dcld tx auth propose-add-account --address='<bench32 encoded string>' --pubkey='<protobuf JSON encoded>' --roles=Trustee --from='<account-name>'
173173
```
174174

175-
12.2. Trustees approve Trustee account
175+
10.2. Trustees approve Trustee account
176176

177177
```bash
178178
dcld tx auth approve-add-account --address='<bench32 encoded string>' --from='<account-name>'
179179
```
180180

181181
11. **Run VN node**
182182

183-
10.1. Download genesis
183+
11.1. Download genesis
184184

185185
```bash
186186
$ curl -L -O https://raw.githubusercontent.com/zigbee-alliance/distributed-compliance-ledger/master/deployment/persistent_chains/testnet-2.0/genesis.json
187187
```
188188

189-
10.2. Prepare `persistent_peers.txt` file (download or copy-paste into the file
189+
11.2. Prepare `persistent_peers.txt` file (download or copy-paste into the file
190190
in the same directory as `run_dcl_node`).
191191

192-
10.3. Make sure that all VNs accept incoming connections from this node for the given persistent peers file
192+
11.3. Make sure that all VNs accept incoming connections from this node for the given persistent peers file
193193

194194
```bash
195195
# fetch the helper script
@@ -199,15 +199,15 @@ The following steps are expected to be done **during** the ceremony.
199199
./test_peers_conn
200200
```
201201

202-
10.4. Run VN
202+
11.4. Run VN
203203

204204
```bash
205205
./run_dcl_node -c testnet-2.0 "<node-name>"
206206
```
207207

208-
10.5 Wait until catchup is finished: `dcld status` returns `"catching_up": false`
208+
11.5 Wait until catchup is finished: `dcld status` returns `"catching_up": false`
209209

210-
10.6. Make the node a validator
210+
11.6. Make the node a validator
211211

212212
```bash
213213
$ dcld tx validator add-node --pubkey="<validator-pubkey>" --moniker="<node-name>" --from="<node-admin-key-name>"
@@ -217,13 +217,13 @@ The following steps are expected to be done **during** the ceremony.
217217

218218
12. **VN Deployment Verification**
219219

220-
11.1. Check the account presence on the ledger: `dcld query auth account --address="<address>"`.
220+
12.1. Check the account presence on the ledger: `dcld query auth account --address="<address>"`.
221221

222-
11.2. Check the node service is running: `systemctl status dcld`
222+
12.2. Check the node service is running: `systemctl status dcld`
223223

224-
11.3. Check the node gets new blocks: `dcld status`. Make sure that `result.sync_info.latest_block_height` is increasing over the time (once in about 5 sec).
224+
12.3. Check the node gets new blocks: `dcld status`. Make sure that `result.sync_info.latest_block_height` is increasing over the time (once in about 5 sec).
225225

226-
11.4. Make sure the VN participates in consensus: `dcld query tendermint-validator-set` must contain the VN's address.
226+
12.4. Make sure the VN participates in consensus: `dcld query tendermint-validator-set` must contain the VN's address.
227227
228228
## IV. Post-Ceremony: For every Observer Node
229229

0 commit comments

Comments
 (0)