Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-zilliqa committed Feb 10, 2025
1 parent 2fa7de2 commit ea68a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zq2/docs/nodes/checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Checkpoints in nodes serve as specific reference points within the blockchain, a

## Syncing a Node from a Checkpoint

Before proceeding, ensure you have completed the [Node Setup](../nodes/nodes.md#setting-up-your-environment-and-building-zq2-node) section.
Before proceeding, ensure you have completed the [Node Setup](../nodes/node.md#setting-up-your-node) section.

For **prototestnet**, you will need the `zq2-prototestnet.toml` configuration file and the `start_node.sh` script, both generated during the setup process. Similarly, for **protomainnet**, you will use the `zq2-protomainnet.toml` configuration file.

Expand Down
4 changes: 2 additions & 2 deletions zq2/docs/nodes/validatormonitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker run -d -ti --platform linux/x86_64 \

| Option | Description | Default |
| ------------ | ----------------------------------------------------------------------------------------- | ------------ |
| `--platform` | The platform architecture for the Docker container (e.g., `linux/x86_64`, `linux/arm64`, `windows/amd64`, `darwin/amd64` etc). | User-defined |
| `--platform` | The platform architecture for the Docker container (e.g., `linux/x86_64`, `linux/arm64`, `windows/amd64`, `darwin/amd64`). | User-defined |
| `--net=host` | Uses the host network, allowing the container to share the network stack with the host. | Enabled |


Expand All @@ -48,7 +48,7 @@ docker run -d -ti --platform linux/x86_64 \
| ----------------- | -------------------------------------------------------------------- | ----------- |
| `RPC_HOST` | Host machine of the validator node. | `localhost` |
| `RPC_PORT` | RPC port number exposed by the validator node. | `4202` |
| `LISTENING_PORT` | P2P communication port of the validator node.. | `3333` |
| `LISTENING_PORT` | P2P communication port of the validator node. | `3333` |
| `INSTANCE_NAME` | Name to register for your validator. | N/A |
| `CONTACT_DETAILS` | Node operator's contact information. | N/A |
| `WS_SERVER` | WebSocket server URL for dashboard communication.<br>For prototestnet: `ws://stats.zq2-prototestnet.zilliqa.com` <br>For protomainnet: `ws://stats.zq2-protomainnet.zilliqa.com` | N/A |
Expand Down
2 changes: 1 addition & 1 deletion zq2/mkdocs.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav:
- Nodes: nodes/node.md
- Checkpoints: nodes/checkpoint.md
- Node FAQ: nodes/nodefaq.md
- Node Monitoring: nodes/validatormonitoring.md
- Validator Monitoring: nodes/validatormonitoring.md
- Tools and SDKs: sdk.md
- $use_zq2_from
- $APIs
Expand Down

0 comments on commit ea68a9d

Please sign in to comment.