Skip to content

Commit ee6eda6

Browse files
better pics
1 parent 53c5ae3 commit ee6eda6

File tree

8 files changed

+2
-2
lines changed

8 files changed

+2
-2
lines changed
11 KB
Loading
52.3 KB
Loading
16.9 MB
Loading
7.87 KB
Loading
15.6 KB
Loading
43.7 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This contract calls the `onSequenceBatches(...)` function on the `PolygonRollupM
2323
This contract calls the `onSequenceBatches(...)` function on the `PolygonRollupManager.sol` contract to trigger the verification mechanism after successful sequencing through the `sequenceBatchesValidium(...)` call.
2424

2525
!!! info
26-
- Custom chain contracts also exist at the consensus level and extend from common base contracts.
26+
- Custom chain contracts also exist at the consensus level and extend from common consensus base contracts.
2727

2828
## Rollup manager
2929

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The [PolygonZkEVMGlobalExitRootV2.sol](https://github.com/0xPolygonHermez/zkevm-
5959
![Polygon Solidity smart contract exit root L1](../../../../img/cdk/high-level-architecture/l1-exit-root.png){ width=60% }
6060
</center>
6161

62-
The L2 exit root management contract, [PolygonZkEVMGlobalExitRootL2.sol](https://github.com/0xPolygon/cdk-validium-contracts/blob/main/contracts/PolygonZkEVMGlobalExitRootL2.sol) has a lighter exit root mechanism.
62+
The L2 exit root management contract, [PolygonZkEVMGlobalExitRootL2.sol](https://github.com/0xPolygon/cdk-validium-contracts/blob/main/contracts/PolygonZkEVMGlobalExitRootL2.sol), has a lighter-weight exit root mechanism.
6363

6464
<center>
6565
![Polygon Solidity smart contract exit root L2](../../../../img/cdk/high-level-architecture/l2-exit-root.png){ width=60% }

0 commit comments

Comments
 (0)