Skip to content

Commit 11b52a2

Browse files
committed
Node and unified bridge docs
Formatting and styling for v0.2 docs, including fixing a dead link
1 parent bcf64cb commit 11b52a2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/agglayer/architecture/agglayer-node.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
**The Agglayer node** is the Rust-based service designed to receive zero-knowledge proofs from Agglayer-connected chains, verify their validity, and send them to the L1 for final settlement.
66

7-
> **Note:** Instructions on how to clone and build the Agglayer locally, including running the pessimistic proof test suite and generating a verifiable proof using Succinct’s Prover Network, can be found [here](#).
7+
!!! note
8+
Instructions on how to clone and build the Agglayer locally, including running the pessimistic proof test suite and generating a verifiable proof using Succinct’s Prover Network, can be found [here](https://github.com/agglayer/agglayer/blob/main/README.md)
89

910
## Crate directory
1011

docs/agglayer/architecture/unified-bridge.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Functionally similar to the **Local Exit Root**, but it tracks the bridging acti
3434
When the **Mainnet Exit Root** is updated in `PolygonZkEVMBridgeV2.sol`, the contract then updates `mainnetExitRoot` in `PolygonZkEVMGlobalExitRootV2.sol`.
3535

3636
### Global Exit Root, L1 Info Tree, Global Index
37-
**Global Exit Root** is the hash of the **Rollup Exit Root** and **Mainnet Exit Root**. When a new **Rollup Exit Root** or **Mainnet Exit Root** is submitted, the contract appends the new **Global Exit Root** to the **L1 Info Tree**.
38-
**L1 Info Tree** is a **Sparse Merkle Tree** that maintains Global Exit Roots. It is a binary tree with a height of 32, updated every time a new Global Exit Root is submitted.
39-
**Global Index** is a **256-bit string** used to locate the unique leaf in the latest **Global Exit Tree** when creating and verifying SMT proofs.
37+
**Global Exit Root** is the hash of the Rollup Exit Root and Mainnet Exit Root. When a new Rollup Exit Root or Mainnet Exit Root is submitted, the contract appends the new **Global Exit Root** to the **L1 Info Tree**.
38+
**L1 Info Tree** is a Sparse Merkle Tree that maintains Global Exit Roots. It is a binary tree with a height of 32, updated every time a new Global Exit Root is submitted.
39+
**Global Index** is a 256-bit string used to locate the unique leaf in the latest **Global Exit Tree** when creating and verifying SMT proofs.
4040

4141
## Bridge Service
4242

@@ -49,7 +49,6 @@ When the **Mainnet Exit Root** is updated in `PolygonZkEVMBridgeV2.sol`, the con
4949
- Provides details of a bridge transaction initiated by or incoming to a user’s wallet address.
5050

5151
**API Endpoints:**
52-
=======
5352
- **Testnet:**
5453
`https://api-gateway.polygon.technology/api/v3/transactions/testnet?userAddress={userAddress}`
5554
- **Mainnet:**

0 commit comments

Comments
 (0)