Skip to content

Commit

Permalink
add more info
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-zilliqa committed Nov 28, 2024
1 parent 6e879d5 commit 738c2d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions zq2/docs/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ Add Zilliqa 2 EVM proto-mainnet
Details for the current network versions of Zilliqa 2.0 are listed below.

<div class="table" markdown>
| 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 |
</div>

_**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_
Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion zq2/docs/nodes/checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions zq2/docs/nodes/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 738c2d2

Please sign in to comment.