Skip to content

Commit

Permalink
US-332: update the documentation for ZQ1 v930rc19 (#333)
Browse files Browse the repository at this point in the history
* feat(US-331): update the devnet/testnet versions

* feat(US-333): add the min sys requirements for SSN
  • Loading branch information
mauromedda authored Dec 15, 2023
1 parent 2903e0d commit 589d48d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/developers/getting-started/dev-started-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: Zilliqa Development Environments - Testnet, Mainnet & Isolated Serv
| **EVM Block Explorer** | [Ethereal EVM explorer](https://evmx.zilliqa.com/overview) |
| **WebSocket endpoint** | `wss://api-ws.zilliqa.com` |
| **Chain ID** | 1 |
| **EVM Chain ID** | N/A |
| **EVM Chain ID** | 32769 |

## Developer Testnet

Expand All @@ -40,11 +40,11 @@ description: Zilliqa Development Environments - Testnet, Mainnet & Isolated Serv
| **WebSocket endpoint** | wss://dev-ws.zilliqa.com |
| **Chain ID** | 333 |
| **EVM Chain ID** | 33101 |
| **VERSION** | v9.3.0rc16 |
| **REWARD CONTROL CONTRACT ADDRESS** | 0xB041e706DDeA33F57518b59BaE5b9E2085b39e77 |
| **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) |

Check notice on line 45 in docs/developers/getting-started/dev-started-env.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD034)

Bare URL used
| **PERSISTENCE HTTPS ENDPOINT** | https://persistence.testnet.zq1.dev |

Check notice on line 46 in docs/developers/getting-started/dev-started-env.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD034)

Bare URL used
| **PERSISTENCE FOLDER NAME** | testnet-v930rc16 |
| **PERSISTENCE FOLDER NAME** | testnet-v930rc19 |

## Developer Devnet

Expand All @@ -57,7 +57,7 @@ description: Zilliqa Development Environments - Testnet, Mainnet & Isolated Serv
| **EVM Block Explorer** | [**Link**](https://otterscan.devnet.zilliqa.com) |
| **WebSocket endpoint** | `wss://wss.devnet.zilliqa.com` |
| **Chain ID** | 617 |
| **VERSION** | v9.3.0rc16 |
| **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) |

Check notice on line 63 in docs/developers/getting-started/dev-started-env.md

View workflow job for this annotation

GitHub Actions / Trunk Check

markdownlint(MD034)

Bare URL used
Expand Down
10 changes: 10 additions & 0 deletions docs/staking/staking-phase-1.1/ssn-operators/staking-ssn-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';

The Mainnet has been upgraded to support staking phase 1.1. You can now start to run a staked seed node on the Mainnet.

## SSNs minimum system requirements

- Ubuntu Linux 22.04
- Recent dual-core processor @ 2.2 GHZ. Examples: Intel Xeon (Skylake)
- 8GB DRR3 RAM or higher
- Public static IP address
- 300GB Solid State Drive
- 100MB/s upload and download bandwidth
- Docker version 24+

## Default Port Requirements for SSNs

Before preparing to host an SSN, please note that these are the ports that
Expand Down

0 comments on commit 589d48d

Please sign in to comment.