Skip to content

Commit e9a4bbb

Browse files
Merge pull request 0xPolygon#216 from 0xPolygon/empieichO-docs-review
Update zkEVM - Historical data & Connect zkEVM
2 parents db50a64 + b1785f3 commit e9a4bbb

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

docs/learn/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ hide:
3737
</div>
3838
<p class="feature-paragraph">ZK-powered L2s to unify liquidity across ecosystem and scale on demand.</p>
3939
</a>
40+
</div>
41+
<div class="grid-item">
42+
<a href="../cdk/architecture/type-1-prover/intro-t1-prover">
43+
<div class="product-list-item-header">
44+
<div class="feature-card-heading">Polygon Type 1 Prover</div>
45+
</div>
46+
<p class="feature-paragraph">Driven by innovation, the Polygon Type 1 Prover is fully Ethereum equivalent.</p>
47+
</a>
4048
</div>
4149
<div class="grid-item">
4250
<a href="./polygon-protocols">
@@ -46,7 +54,15 @@ hide:
4654
<p class="feature-paragraph">Widely-adopted EVM-compatible sidechain designed for low transaction costs and fast transaction times.</p>
4755
</a>
4856
</div>
49-
<div class="grid-item">
57+
<div class="grid-item">
58+
<a href="./welcome">
59+
<div class="product-list-item-header">
60+
<div class="feature-card-heading">Welcome to Polygon innovation and design</div>
61+
</div>
62+
<p class="feature-paragraph">Find out what to expect from the Polygon Knowledge Layer Learn section.</p>
63+
</a>
64+
</div>
65+
<div class="grid-item">
5066
<a href="./deep-dive-arch">
5167
<div class="product-list-item-header">
5268
<div class="feature-card-heading">Deep dive into the architecture</div>

docs/zkEVM/get-started/historical-data.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Find in here a record of the zkEVM’s historical data. This document records ti
33
Join discussions or ask questions on Telegram: https://t.me/polygonzkevm_technical_updates/31
44

55

6+
7+
### 12th Feb, 2024
8+
9+
**zkEVM mainnet Upgrade: Etrog hardfork**
10+
11+
This upgrade brings the Polygon zkEVM to being almost a type 2 ZK-EVM. See further details [here](../architecture/protocol/etrog-upgrade.md)
12+
13+
| | Version |
14+
| :-------------: | :----------------------------------------------------------: |
15+
| Node | v0.5.6 |
16+
| Prover | v4.0.4 |
17+
| Bridge | v0.4.0 |
18+
| Change logs url | https://github.com/0xPolygonHermez/zkevm-node/releases/tag/v0.5.7 |
19+
| Supported ForkIDs | Mainnet & Cardona: ForkIDs 4, 5, 6 & 7. Testnet (Goerli): ForkIDs 1, 2, 3, 4, 5 & 6. |
20+
21+
22+
623
### 13th Dec, 2023
724

825
**zkEVM mainnet update**

docs/zkEVM/get-started/quick-start/connect-wallet.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Add the Polygon zkEVM network of your choice to your wallet by navigating to the
88
| Network | RPC URL | ChainID | Block Explorer URL | Currency |
99
| ------- | ------------------------------- | ---------------- | ---------------- | ----- |
1010
| Polygon zkEVM | `https://zkevm-rpc.com` | `1101` | `https://zkevm.polygonscan.com/` | **ETH** |
11-
| zkEVM Testnet | `https://rpc.public.zkevm-test.net` | `1442` | `https://testnet-zkevm.polygonscan.com` | **ETH** |
11+
| Cardona Testnet | `https://rpc.cardona.zkevm-rpc.com` | `2442` | `https://cardona-zkevm.polygonscan.com/` | **ETH** |
12+
| zkEVM Testnet (Deprecating soon!) | `https://rpc.public.zkevm-test.net` | `1442` | `https://testnet-zkevm.polygonscan.com` | **ETH** |
1213

1314
Here is a video tutorial on how to add Polygon zkEVM Testnet to MetaMask and deploy smart contracts:
1415

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,11 @@ nav:
133133
- Verify a contract: zkEVM/how-to/verify-contract.md
134134
- Architecture:
135135
- Architecture: zkEVM/architecture/index.md
136+
- Upgrades:
137+
- Etrog upgrade: zkEVM/architecture/protocol/etrog-upgrade.md
136138
- zkEVM protocol:
137139
- zkEVM protocol: zkEVM/architecture/protocol/index.md
138-
- Etrog upgrade: zkEVM/architecture/protocol/etrog-upgrade.md
140+
139141
- State management: zkEVM/architecture/protocol/state-management.md
140142
- Transaction life cycle:
141143
- Submit transactions: zkEVM/architecture/protocol/transaction-life-cycle/submit-transaction.md

0 commit comments

Comments
 (0)