Skip to content

Commit

Permalink
DEVOPS-1185: mainnet v9.3.0 information update (#348)
Browse files Browse the repository at this point in the history
Update the environment information for the mainnet:
  1. Add the mainnet reward control contract address
  2. Add the mainnet persistence folder name
  3. Add the mainnet persistence bucket
  • Loading branch information
mauromedda authored Jan 15, 2024
1 parent 5a22555 commit ba49657
Showing 1 changed file with 43 additions and 39 deletions.
82 changes: 43 additions & 39 deletions docs/developers/getting-started/dev-started-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,51 +17,55 @@ description: Zilliqa Development Environments - Testnet, Mainnet & Isolated Serv

## Zilliqa Mainnet

| | URL(s) |
| :--------------------- | :--------------------------------------------------------------------------------------- |
| **API URL** | [https://api.zilliqa.com/](https://api.zilliqa.com/) |
| **EVM API** | https://api.zilliqa.com/ or http://evm-api-filters.zilliqa.com/ (if using eth_subscribe) |
| **Block Explorer** | [**Link**](https://viewblock.io/zilliqa) |
| **Devex explorer** | [**Link**](https://devex.zilliqa.com/) |
| **EVM Block Explorer** | [Ethereal EVM explorer](https://evmx.zilliqa.com/overview) |
| **WebSocket endpoint** | `wss://api-ws.zilliqa.com` |
| **Chain ID** | 1 |
| **EVM Chain ID** | 32769 |
| | URL(s) |
| :------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **API URL** | [https://api.zilliqa.com/](https://api.zilliqa.com/) |
| **EVM API** | [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) |
| **Block Explorer** | [**Link**](https://viewblock.io/zilliqa) |
| **Devex explorer** | [**Link**](https://devex.zilliqa.com/) |
| **EVM Block Explorer** | [Ethereal EVM explorer](https://evmx.zilliqa.com/overview) |
| **WebSocket endpoint** | `wss://api-ws.zilliqa.com` |
| **Chain ID** | 1 |
| **EVM Chain ID** | 32769 |
| **VERSION** | v9.3.0 |
| **REWARD CONTROL CONTRACT ADDRESS** | 0xbce4ee32539760622a2fe2b7cc67b089aa11b63a |
| **PERSISTENCE BUCKET (S3 compatible)** | `s3://zq1-mainnet-persistence` (use: `AWS_ENDPOINT_URL=https://storage.googleapis.com`) |
| **PERSISTENCE FOLDER NAME** | mainnet-v930 |

## Developer Testnet

| | URL(s) |
| :------------------------------------- | :---------------------------------------------------------------------------------- |
| **API URL** | [https://dev-api.zilliqa.com/](https://dev-api.zilliqa.com/) |
| **EVM URL** | [https://evm-api-dev.zilliqa.com/](https://evm-api-dev.zilliqa.com/) |
| **Faucet** | [**Link**](https://dev-wallet.zilliqa.com/home?network=testnet) |
| **Block Explorer** | [**Link**](https://viewblock.io/zilliqa?network=testnet) |
| **EVM Block Explorer** | [**Link**](https://otterscan.testnet.zilliqa.com) |
| **WebSocket endpoint** | wss://dev-ws.zilliqa.com |
| **Chain ID** | 333 |
| **EVM Chain ID** | 33101 |
| **VERSION** | v9.3.0rc19 |
| **REWARD CONTROL CONTRACT ADDRESS** | 0x489F0Ec426DF9343A5F6D7B170B0Bca08e6a81CE |
| **PERSISTENCE BUCKET (S3 compatible)** | s3://zq1-testnet-persistence (use: AWS_ENDPOINT_URL=https://storage.googleapis.com) |
| **PERSISTENCE HTTPS ENDPOINT** | https://persistence.testnet.zq1.dev |
| **PERSISTENCE FOLDER NAME** | testnet-v930rc19 |
| | URL(s) |
| :------------------------------------- | :-------------------------------------------------------------------------------------- |
| **API URL** | [https://dev-api.zilliqa.com/](https://dev-api.zilliqa.com/) |
| **EVM URL** | [https://evm-api-dev.zilliqa.com/](https://evm-api-dev.zilliqa.com/) |
| **Faucet** | [**Link**](https://dev-wallet.zilliqa.com/home?network=testnet) |
| **Block Explorer** | [**Link**](https://viewblock.io/zilliqa?network=testnet) |
| **EVM Block Explorer** | [**Link**](https://otterscan.testnet.zilliqa.com) |
| **WebSocket endpoint** | `wss://dev-ws.zilliqa.com` |
| **Chain ID** | 333 |
| **EVM Chain ID** | 33101 |
| **VERSION** | v9.3.0rc19 |
| **REWARD CONTROL CONTRACT ADDRESS** | 0x489F0Ec426DF9343A5F6D7B170B0Bca08e6a81CE |
| **PERSISTENCE BUCKET (S3 compatible)** | `s3://zq1-testnet-persistence` (use: `AWS_ENDPOINT_URL=https://storage.googleapis.com`) |
| **PERSISTENCE HTTPS ENDPOINT** | `https://persistence.testnet.zq1.dev` |
| **PERSISTENCE FOLDER NAME** | testnet-v930rc19 |

## Developer Devnet

| | URL(s) |
| :------------------------------------- | :--------------------------------------------------------------------------------- |
| **API URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
| **EVM URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
| **Faucet** | [**Link**](https://faucet.devnet.zilliqa.com) |
| **Block Explorer** | [**Link**](https://devex.devnet.zilliqa.com) |
| **EVM Block Explorer** | [**Link**](https://otterscan.devnet.zilliqa.com) |
| **WebSocket endpoint** | `wss://wss.devnet.zilliqa.com` |
| **Chain ID** | 617 |
| **VERSION** | v9.3.0rc19 |
| **EVM Chain ID** | 33385 |
| **REWARD CONTROL CONTRACT ADDRESS** | 0xE2d79664c088Aec94209F0E657642f8569FC12D8 |
| **PERSISTENCE BUCKET (S3 compatible)** | s3://zq1-devnet-persistence (use: AWS_ENDPOINT_URL=https://storage.googleapis.com) |
| **PERSISTENCE FOLDER NAME** | devnet-pub-v930 |
| | URL(s) |
| :------------------------------------- | :------------------------------------------------------------------------------------- |
| **API URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
| **EVM URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
| **Faucet** | [**Link**](https://faucet.devnet.zilliqa.com) |
| **Block Explorer** | [**Link**](https://devex.devnet.zilliqa.com) |
| **EVM Block Explorer** | [**Link**](https://otterscan.devnet.zilliqa.com) |
| **WebSocket endpoint** | `wss://wss.devnet.zilliqa.com` |
| **Chain ID** | 617 |
| **VERSION** | v9.3.0rc19 |
| **EVM Chain ID** | 33385 |
| **REWARD CONTROL CONTRACT ADDRESS** | 0xE2d79664c088Aec94209F0E657642f8569FC12D8 |
| **PERSISTENCE BUCKET (S3 compatible)** | `s3://zq1-devnet-persistence` (use: `AWS_ENDPOINT_URL=https://storage.googleapis.com`) |
| **PERSISTENCE FOLDER NAME** | devnet-pub-v930 |

## Isolated Server

Expand Down

0 comments on commit ba49657

Please sign in to comment.