Skip to content

Commit 6f9ba08

Browse files
authored
Merge pull request 0xPolygon#615 from 0xPolygon/di/typos
AggLayer: typos
2 parents 0f09b51 + 78133d1 commit 6f9ba08

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/cdk/agglayer/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
- Please check against the main documentation site for any live releases.
44
- Feel free to experiment with any code in public repos.
55

6-
## Welcome to AggLayer documentation
7-
86
The AggLayer is an in-development interoperability protocol that allows for trustless, cross-chain token transfers and message-passing, as well as more complex operations. The safety of the AggLayer is provided by ZK proofs.
97

108
The AggLayer currently connects chains built with Polygon CDK, a developer toolkit for designing ZK-powered Layer 2s. The long term goal for the protocol is to be flexible enough to provide interoperability among a growing range of blockchain architectures, including L2s, appchains, and non-EVM chains.

docs/cdk/agglayer/unified-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Overview
22

3-
The unified bridge is a single bridge contract on Ethereum, providing a safe, common access point for the transfer of all native, never-wrapped tokens. Each chain has a local copy of the unified bridge root, enabling cross-chain interoperability that doesn’t require the security risks of third-party bridges
3+
The unified bridge is a single bridge contract on Ethereum, providing a safe, common access point for the transfer of all native, never-wrapped tokens. Each chain has a local copy of the unified bridge root, enabling cross-chain interoperability that doesn’t require the security risks of third-party bridges.
44

55

66
!!! important "AggLayer smart contracts"

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ nav:
555555
- AggLayer:
556556
- Overview: cdk/agglayer/overview.md
557557
- AggLayer | Unified bridge: cdk/agglayer/unified-bridge.md
558-
- AggLayer | Go - DEPRECATING: cdk/agglayer/agglayer-go.md
558+
- AggLayer | Go: cdk/agglayer/agglayer-go.md
559559
- AggLayer | Rust: cdk/agglayer/agglayer-rs.md
560560
- AggLayer | Token flows: cdk/agglayer/token-flows.md
561561
- Polygon type 1 prover:

0 commit comments

Comments
 (0)