Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update endpoints for protomainnet #61

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions zq2/docs/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Add Zilliqa 2 EVM proto-testnet
</span>
<br>
<br>

<span id="addZilliqaChainButton" class="metamask">
Add Zilliqa 2 EVM proto-mainnet
</span>
<br>
<br>
## Networks

Details for the current network versions of Zilliqa 2.0 are listed below.
Expand All @@ -27,24 +33,34 @@ 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 |
</div>

_**Note** that this is currently a proto-testnet version of Zilliqa 2.0 designed primarily for testing purposes, and therefore its state and uptime are not guaranteed_
_**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_

## Block Explorer

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/).

## Faucet

The faucet sends an amount of 100 ZIL to the supplied address for use in testing the network.

Enter the hex address of your compatible EVM wallet into the field below to receive 100 ZIL on the Zilliqa 2.0 proto-testnet:

Proto-testnet:

<div class="fish">
<iframe width="80%" height="200px" src="https://faucet.zq2-prototestnet.zilliqa.com/"></iframe>
</div>

_If you are unable to use the tool above, you can also [access the faucet here](https://faucet.zq2-prototestnet.zilliqa.com)._
Proto-mainnet:

<div class="fish">
<iframe width="80%" height="200px" src="https://faucet.zq2-protomainnet.zilliqa.com/"></iframe>
</div>

_If you are unable to use the tool above, you can also access faucet [proto-testnet](https://faucet.zq2-prototestnet.zilliqa.com) and [proto-mainnet](https://faucet.zq2-protomainnet.zilliqa.com)._
Loading