Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/developers/bridges/bridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A bridge contract models any L1 Protocol as an asset swap. Up to two input asset

> **Note:** Assets A and B shall be of identical amounts (but not necessarily of identical types) in the current design to avoid free-riders. Further research to lift the limitation is underway.

The asset swap delay depends on whether the bridge is designed to be synchronous or asynchronous. For more information on synchronicity, check the [Sync vs Async](#Sync-vs-Async) section.
The asset swap delay depends on whether the bridge is designed to be synchronous or asynchronous. For more information on synchronicity, check the [Sync vs Async](#sync-vs-async) section.

A high-level look of the Lido-Curve bridge that swaps users' ETH into wstETH:

Expand Down