Skip to content

Commit 3bf1ca3

Browse files
Merge branch 'main' of https://github.com/0xPolygon/polygon-docs into agglayer/review
2 parents a35aeb5 + 35819d5 commit 3bf1ca3

File tree

5 files changed

+8
-91
lines changed

5 files changed

+8
-91
lines changed

docs/agglayer/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ Here's a list of chains connected to the alpha version of the AggLayer:
2424
| OKX | OKX | 196 | X Layer |
2525
| Gateway FM | Silicon | 1722641160 | silicon-sepolia-testnet |
2626
| Gateway FM | Silicon | 2355 | silicon-zk |
27+
| Gateway FM | WilderWorld | 883424730 | meowchain-testnet |
28+
| Gateway FM | WilderWorld | 1668201165 | zchain-testnet |
2729
| Gateway FM | Wirex | 407985408 | wirex-pay-devnet |
2830
| Gateway FM | Wirex | 31415 | pay-chain |
2931

32+
3033
## AggLayer components
3134

3235
### Polygon CDK

docs/zkEVM/architecture/high-level/smart-contracts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Polygon zkEVM deploys smart contracts to manage transaction processing and relat
66

77
There are four key contract types built into the system design:
88

9-
- [Consensus contracts](#consensus-contracts).
9+
- [Consensus contracts](#consensus).
1010
- [Rollup manager](#rollup-manager).
1111
- [Bridge contract](#bridge).
1212
- [Exit root management](#global-exit-roots).

docs/zkEVM/architecture/high-level/smart-contracts/sequencing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct BatchData {
3636

3737
The function validates arguments, checks and organizes the batches, and appends them in the correct sequence while computing an accumulated hash.
3838

39-
Finally, the function emits a `SequenceBatches` event which sends a newly sequenced batch of transactions to the `PolygonRollupManager.sol` contract after the [`onSequenceBatches(...)`](#onsequencebatchesnewsequencedbatches-newaccinputhash) function returns successfully.
39+
Finally, the function emits a `SequenceBatches` event which sends a newly sequenced batch of transactions to the `PolygonRollupManager.sol` contract after the [`onSequenceBatches(...)`](./api/PolygonRollupManager.md/#onsequencebatches) function returns successfully.
4040

4141
Stepwise, the function does the following:
4242

docs/zkEVM/get-started/state-sync-snapshots.md

Lines changed: 0 additions & 89 deletions
This file was deleted.

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,9 @@ plugins:
672672
- redirects:
673673
redirect_maps:
674674
'docs/develop/network-details/network.md': 'cdk/index.md'
675+
'cdk/getting-started/index.md': 'cdk/getting-started/local-deployment.md'
676+
'zkEVM/how-to/index.md': 'zkEVM/get-started/index.md'
677+
'cdk/concepts/index.md': 'cdk/concepts/layer2s.md'
675678

676679

677680
validation:

0 commit comments

Comments
 (0)