Skip to content

Commit 4137ac6

Browse files
authored
Update docs/cdk/agglayer/unified-bridge.md
1 parent 356d0aa commit 4137ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cdk/agglayer/unified-bridge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ The bridging mechanism enables token transfers and message-passing between Ether
1313

1414
## Data structures
1515

16-
Each chain holds a single data structure which stores a record of all token withdrawals and messages that originated from that chain. This “exit tree” is an append-only Merkle trie, similar in structure to the Ethereum deposit trie The latest state of each chain and the unified bridge is represented by the root of this Merkle tree, referred to as the “exit root.”
16+
Each chain holds a single data structure which stores a record of all token withdrawals and messages that originated from that chain. This “exit tree” is an append-only Merkle trie, similar in structure to the Ethereum deposit trie. The latest state of each chain and the unified bridge is represented by the root of this Merkle tree, referred to as the “exit root.”
1717

1818
As cryptographic commitments, exit roots ensure the integrity of the network as a whole. Refer to the [exit root documentation](../../zkEVM/architecture/high-level/smart-contracts/exit-roots.md) for greater detail about the role of exit roots in the system.

0 commit comments

Comments
 (0)