Skip to content

Commit

Permalink
docs(consensus): Minor fixes to decentralization docs (#3307)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca authored Nov 20, 2024
1 parent 920eba1 commit 1715766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/guides/advanced/16_decentralization.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and enabled as follows:
Run the following to generate consensus secrets:

```
docker run --entrypoint /usr/bin/zksync_external_node "matterlabs/external-node:2.0-v25.1.0" generate-secrets > consensus_secrets.yaml
docker run --entrypoint /usr/bin/zksync_external_node "matterlabs/external-node:2.0-v25.0.0" generate-secrets > consensus_secrets.yaml
chmod 600 consensus_secrets.yaml
```

Expand Down Expand Up @@ -55,12 +55,12 @@ long) to achieve that:

## Gitops repo config

If you are using the matterlabs gitops repo to configure the main node, it is even more complicated becase the
If you are using the matterlabs gitops repo to configure the main node, it is even more complicated because the
`consensus_config.yaml` file is rendered from a helm chart. See the
[example](https://github.com/matter-labs/gitops-kubernetes/blob/main/apps/environments/mainnet2/server-v2/server-v2-core.yaml),
to see where you have to paste the content of the `consensus_config.yaml` file.

You need to embed the `consenus_secrets.yaml` file into a kubernetes config:
You need to embed the `consensus_secrets.yaml` file into a kubernetes config:

```yaml
apiVersion: v1
Expand Down

0 comments on commit 1715766

Please sign in to comment.