Skip to content

Commit

Permalink
applying prettier to entire repo (#6451)
Browse files Browse the repository at this point in the history
Co-authored-by: Polkadot-Kusama Bot <[email protected]>
  • Loading branch information
github-actions[bot] and Polkadot-Kusama Bot authored Dec 16, 2024
1 parent 21ae960 commit 9b2838b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/learn/learn-bridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ funds.**
| Ethereum > Polkadot: In the range of [10-20 minutes](https://app.snowbridge.network/status). Polkadot > Ethereum: High latency (half an hour) as two epochs are needed on Ethereum to achieve unpredictable randomness to update the Polkadot's state. | Ethereum > Polkadot: In the range of 10-20 minutes (to Polkadot, both bridges have the same latency). Polkadot > Ethereum: Low latency, 5-7 minutes on reference hardware. |
| Dependency on external library for BLS signature verification ([Milagro BLS](https://github.com/sigp/milagro_bls), used by Lighthouse, the Rust Ethereum consensus client). | Dependency on external libraries due to ZK-based nature. Such libraries include [PLONK](https://eprint.iacr.org/2019/953.pdf). |
| [XCM](./learn-xcm.md) as a cross-chain message format. | [ISMP](https://docs.hyperbridge.network/protocol/ismp) as a bridge integration protocol. |
| Live. | Live. |
| Live. | Live. |

<sup>1</sup> WETH sent through different bridges are different. Unless specific logic is
implemented, WETH sent through Snowbridge cannot be sent back using Hyperbridge.<br/><br/>
Expand Down
8 changes: 4 additions & 4 deletions docs/learn/learn-guides-DOT-KSM-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Polkadot Asset Hub.

[BagPipes (formerly called xcmsend)](https://xcmsend.com/#/builder) is an opensource application
that lets you create workflows in a drag and drop style interface in order to build execution flows
of cross chain assets transfers using XCM. Check
[Bagpipes docs](https://docs.bagpipes.io/) for more information on how to
create workflows for crafting XCM transfers. The snapshot below shows a workflow on BagPipes that is
designed to send 3 DOT from an account Polkadot Asset Hub to Kusama Asset Hub.
of cross chain assets transfers using XCM. Check [Bagpipes docs](https://docs.bagpipes.io/) for more
information on how to create workflows for crafting XCM transfers. The snapshot below shows a
workflow on BagPipes that is designed to send 3 DOT from an account Polkadot Asset Hub to Kusama
Asset Hub.

![BagPipes Snapshot DOT Transfer](../assets/bridge-hub/PAH-to-KAH-DOT-transfer.png)

Expand Down

0 comments on commit 9b2838b

Please sign in to comment.