From c9f813acadb8ec6e2ae52ed1ad322f80f69e1677 Mon Sep 17 00:00:00 2001 From: Mauro Medda Date: Fri, 8 Sep 2023 18:57:08 +0200 Subject: [PATCH] add: devnet endpoints and faucet informations (#190) --- docs/api/introduction/api-endpoints.md | 6 +++++- .../developers/developer-toolings/dev-tools-faucet.md | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/api/introduction/api-endpoints.md b/docs/api/introduction/api-endpoints.md index 55d87e4eb..41edfcee8 100644 --- a/docs/api/introduction/api-endpoints.md +++ b/docs/api/introduction/api-endpoints.md @@ -18,6 +18,7 @@ You can use the following endpoints to interact with the Zilliqa API, either via | **Zilliqa mainnet** | 1 | 32769 | [https://api.zilliqa.com/](https://api.zilliqa.com/) or [http://evm-api-filters.zilliqa.com/](http://evm-api-filters.zilliqa.com/) (if using eth_subscribe) | | **Developer testnet** | 333 | 33101 | [https://dev-api.zilliqa.com/](https://dev-api.zilliqa.com/) or [http://evm-api-filters-dev.zilliqa.com/](http://evm-api-filters-dev.zilliqa.com/) (if using eth_subscribe) | | **Developer testnet (new endpoints names)** | 333 | 33101 | [https://api.testnet.zilliqa.com/](https://api.testnet.zilliqa.com/) or [http://evm-api-filters.testnet.zilliqa.com/](http://evm-api-filters.testnet.zilliqa.com/) (if using eth_subscribe) | +| **Developer devnet | 617 | 33385 | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) or [http://evm-api-filters.devnet.zilliqa.com/](http://evm-api-filters.devnet.zilliqa.com/) (if using eth_subscribe) | | **Isolated server** | 222 | 32990 | [https://zilliqa-isolated-server.zilliqa.com/](https://zilliqa-isolated-server.zilliqa.com/) | You can use the following block explorers for the various networks @@ -30,7 +31,10 @@ You can use the following block explorers for the various networks | **Developer testnet** | [ViewBlock testnet explorer](https://viewblock.io/zilliqa?network=testnet) | | | [DevEx testnet explorer](https://devex.zilliqa.com/?network=https%3A%2F%2Fdev-api.zilliqa.com) | | | [Ethereal EVM explorer](https://evmx-dev.zilliqa.com/overview) | +| | [Otterscan EVM explorer](https://otterscan.testnet.zilliqa.com) | +| **Developer devnet** | [DevEx Devnet explorer](https://devex.zilliqa.com/?network=https%3A%2F%2Fapi.devnet.zilliqa.com) | +| | [Otterscan EVM explorer](https://otterscan.devnet.zilliqa.com) | | **Isolated server** | [Isolated server explorer](https://devex.zilliqa.com/?network=https%3A%2F%2Fzilliqa-isolated-server.zilliqa.com) | -You can use the [testnet faucet](../../developers/developer-toolings/dev-tools-faucet.md) to add ZIL to your account. +You can use the [faucet services](../../developers/developer-toolings/dev-tools-faucet.md) to add ZIL to your account. diff --git a/docs/developers/developer-toolings/dev-tools-faucet.md b/docs/developers/developer-toolings/dev-tools-faucet.md index f9196f6f0..39bc1175f 100644 --- a/docs/developers/developer-toolings/dev-tools-faucet.md +++ b/docs/developers/developer-toolings/dev-tools-faucet.md @@ -24,6 +24,17 @@ receive 300 testnet $ZIL once the transaction is confirmed. The faucet is accessible at [https://dev-wallet.zilliqa.com/faucet](https://dev-wallet.zilliqa.com/faucet) +## Devnet Faucet + +In order to deploy a contract to Zilliqa's devnet and send transactions, you +will need testnet $ZIL in your account. + +Enter the your wallet address faucet website, you will receive 100 devnet $ZIL +once the transaction is confirmed. + +The devnet faucet is accessible at +[https://faucet.devnet.zilliqa.com](https://faucet.devnet.zilliqa.com) + ## Source Code If you are interested in looking into the implementation of the faucet, you can