From 738c2d2b600c48e789218953c07c0ec919b46546 Mon Sep 17 00:00:00 2001 From: Chetan Phirke Date: Thu, 28 Nov 2024 12:20:51 +0530 Subject: [PATCH] add more info --- zq2/docs/endpoints.md | 13 +++++++------ zq2/docs/nodes/checkpoint.md | 2 +- zq2/docs/nodes/node.md | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/zq2/docs/endpoints.md b/zq2/docs/endpoints.md index c15edd6..fbb0c66 100644 --- a/zq2/docs/endpoints.md +++ b/zq2/docs/endpoints.md @@ -30,10 +30,10 @@ Add Zilliqa 2 EVM proto-mainnet Details for the current network versions of Zilliqa 2.0 are listed below.
-| Name | Version | ChainId | API | Otterscan | Faucet | -| ------ | ------- | ------- | --- | --------- | ------ | -| proto-testnet | v0.1.0 | 33103 | https://api.zq2-prototestnet.zilliqa.com | https://explorer.zq2-prototestnet.zilliqa.com | https://faucet.zq2-prototestnet.zilliqa.com | -| proto-mainnet | v0.1.0 | 32770 | https://api.zq2-protomainnet.zilliqa.com | https://explorer.zq2-protomainnet.zilliqa.com | https://faucet.zq2-protomainnet.zilliqa.com | +| Name | Version | ChainId | API | Otterscan | Faucet | Checkpoint Bucket | +| ------ | ------- | ------- | --- | --------- | ------ | ----------------- | +| proto-testnet | v0.1.0 | 33103 | https://api.zq2-prototestnet.zilliqa.com | https://explorer.zq2-prototestnet.zilliqa.com | https://faucet.zq2-prototestnet.zilliqa.com | https://checkpoints.zq2-prototestnet.zilliqa.com | +| proto-mainnet | v0.1.0 | 32770 | https://api.zq2-protomainnet.zilliqa.com | https://explorer.zq2-protomainnet.zilliqa.com | https://faucet.zq2-protomainnet.zilliqa.com | https://checkpoints.zq2-protomainnet.zilliqa.com |
_**Note** that this is currently a proto-testnet and proto-mainnet versions of Zilliqa 2.0 designed primarily for testing purposes, and therefore its state and uptime are not guaranteed_ @@ -42,8 +42,9 @@ _**Note** that this is currently a proto-testnet and proto-mainnet versions of Z The current version of Zilliqa 2.0 is compatible with the Otterscan block explorer and does not support Devex. -The block explorer for the Zilliqa 2.0 proto-testnet is [available here](https://explorer.zq2-prototestnet.zilliqa.com/). -The block explorer for the Zilliqa 2.0 proto-mainnet is [available here](https://explorer.zq2-protomainnet.zilliqa.com/). +- Proto-testnet: [Prototestnet Explorer URL](https://explorer.zq2-prototestnet.zilliqa.com). + +- Proto-mainnet: [Protomainnet Explorer URL](https://explorer.zq2-protomainnet.zilliqa.com). ## [Faucet](#faucet) diff --git a/zq2/docs/nodes/checkpoint.md b/zq2/docs/nodes/checkpoint.md index 56bf727..ca65696 100644 --- a/zq2/docs/nodes/checkpoint.md +++ b/zq2/docs/nodes/checkpoint.md @@ -68,4 +68,4 @@ The following steps apply to both networks. By this stage, your checkpoints configuration should be set up in the `zq2-prototestnet.toml` or `zq2-protomainnet.toml` file. 4. **Launch the node** -Now the node is ready to launch. Follow the instructions in the [Start the Node](../nodes/nodes.md#start-the-node) section to start your node. +Now the node is ready to launch. Follow the instructions in the [Start the Node](../nodes/node.md#start-the-node) section to start your node. diff --git a/zq2/docs/nodes/node.md b/zq2/docs/nodes/node.md index a15fb5f..60ad24e 100644 --- a/zq2/docs/nodes/node.md +++ b/zq2/docs/nodes/node.md @@ -10,7 +10,7 @@ and join the network. ## Zilliqa 2.0 (proto-testnet) node Prerequisites -### [Hardware requirements](#hardware-requirements) +### [Hardware requirements](#hardware-requirements-prototestnet) - **CPU**: - 1 Core / 2 threads or more @@ -21,7 +21,7 @@ and join the network. ## Zilliqa 2.0 (proto-mainnet) node Prerequisites -### [Hardware requirements](#hardware-requirements) +### [Hardware requirements](#hardware-requirements-protomainnet) - **CPU**: - 4 Core / 8 threads or more