Skip to content

Commit ba49657

Browse files
authored
DEVOPS-1185: mainnet v9.3.0 information update (#348)
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
1 parent 5a22555 commit ba49657

File tree

1 file changed

+43
-39
lines changed

1 file changed

+43
-39
lines changed

docs/developers/getting-started/dev-started-env.md

Lines changed: 43 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -17,51 +17,55 @@ description: Zilliqa Development Environments - Testnet, Mainnet & Isolated Serv
1717

1818
## Zilliqa Mainnet
1919

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

3135
## Developer Testnet
3236

33-
| | URL(s) |
34-
| :------------------------------------- | :---------------------------------------------------------------------------------- |
35-
| **API URL** | [https://dev-api.zilliqa.com/](https://dev-api.zilliqa.com/) |
36-
| **EVM URL** | [https://evm-api-dev.zilliqa.com/](https://evm-api-dev.zilliqa.com/) |
37-
| **Faucet** | [**Link**](https://dev-wallet.zilliqa.com/home?network=testnet) |
38-
| **Block Explorer** | [**Link**](https://viewblock.io/zilliqa?network=testnet) |
39-
| **EVM Block Explorer** | [**Link**](https://otterscan.testnet.zilliqa.com) |
40-
| **WebSocket endpoint** | wss://dev-ws.zilliqa.com |
41-
| **Chain ID** | 333 |
42-
| **EVM Chain ID** | 33101 |
43-
| **VERSION** | v9.3.0rc19 |
44-
| **REWARD CONTROL CONTRACT ADDRESS** | 0x489F0Ec426DF9343A5F6D7B170B0Bca08e6a81CE |
45-
| **PERSISTENCE BUCKET (S3 compatible)** | s3://zq1-testnet-persistence (use: AWS_ENDPOINT_URL=https://storage.googleapis.com) |
46-
| **PERSISTENCE HTTPS ENDPOINT** | https://persistence.testnet.zq1.dev |
47-
| **PERSISTENCE FOLDER NAME** | testnet-v930rc19 |
37+
| | URL(s) |
38+
| :------------------------------------- | :-------------------------------------------------------------------------------------- |
39+
| **API URL** | [https://dev-api.zilliqa.com/](https://dev-api.zilliqa.com/) |
40+
| **EVM URL** | [https://evm-api-dev.zilliqa.com/](https://evm-api-dev.zilliqa.com/) |
41+
| **Faucet** | [**Link**](https://dev-wallet.zilliqa.com/home?network=testnet) |
42+
| **Block Explorer** | [**Link**](https://viewblock.io/zilliqa?network=testnet) |
43+
| **EVM Block Explorer** | [**Link**](https://otterscan.testnet.zilliqa.com) |
44+
| **WebSocket endpoint** | `wss://dev-ws.zilliqa.com` |
45+
| **Chain ID** | 333 |
46+
| **EVM Chain ID** | 33101 |
47+
| **VERSION** | v9.3.0rc19 |
48+
| **REWARD CONTROL CONTRACT ADDRESS** | 0x489F0Ec426DF9343A5F6D7B170B0Bca08e6a81CE |
49+
| **PERSISTENCE BUCKET (S3 compatible)** | `s3://zq1-testnet-persistence` (use: `AWS_ENDPOINT_URL=https://storage.googleapis.com`) |
50+
| **PERSISTENCE HTTPS ENDPOINT** | `https://persistence.testnet.zq1.dev` |
51+
| **PERSISTENCE FOLDER NAME** | testnet-v930rc19 |
4852

4953
## Developer Devnet
5054

51-
| | URL(s) |
52-
| :------------------------------------- | :--------------------------------------------------------------------------------- |
53-
| **API URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
54-
| **EVM URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
55-
| **Faucet** | [**Link**](https://faucet.devnet.zilliqa.com) |
56-
| **Block Explorer** | [**Link**](https://devex.devnet.zilliqa.com) |
57-
| **EVM Block Explorer** | [**Link**](https://otterscan.devnet.zilliqa.com) |
58-
| **WebSocket endpoint** | `wss://wss.devnet.zilliqa.com` |
59-
| **Chain ID** | 617 |
60-
| **VERSION** | v9.3.0rc19 |
61-
| **EVM Chain ID** | 33385 |
62-
| **REWARD CONTROL CONTRACT ADDRESS** | 0xE2d79664c088Aec94209F0E657642f8569FC12D8 |
63-
| **PERSISTENCE BUCKET (S3 compatible)** | s3://zq1-devnet-persistence (use: AWS_ENDPOINT_URL=https://storage.googleapis.com) |
64-
| **PERSISTENCE FOLDER NAME** | devnet-pub-v930 |
55+
| | URL(s) |
56+
| :------------------------------------- | :------------------------------------------------------------------------------------- |
57+
| **API URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
58+
| **EVM URL** | [https://api.devnet.zilliqa.com/](https://api.devnet.zilliqa.com/) |
59+
| **Faucet** | [**Link**](https://faucet.devnet.zilliqa.com) |
60+
| **Block Explorer** | [**Link**](https://devex.devnet.zilliqa.com) |
61+
| **EVM Block Explorer** | [**Link**](https://otterscan.devnet.zilliqa.com) |
62+
| **WebSocket endpoint** | `wss://wss.devnet.zilliqa.com` |
63+
| **Chain ID** | 617 |
64+
| **VERSION** | v9.3.0rc19 |
65+
| **EVM Chain ID** | 33385 |
66+
| **REWARD CONTROL CONTRACT ADDRESS** | 0xE2d79664c088Aec94209F0E657642f8569FC12D8 |
67+
| **PERSISTENCE BUCKET (S3 compatible)** | `s3://zq1-devnet-persistence` (use: `AWS_ENDPOINT_URL=https://storage.googleapis.com`) |
68+
| **PERSISTENCE FOLDER NAME** | devnet-pub-v930 |
6569

6670
## Isolated Server
6771

0 commit comments

Comments
 (0)