From 8d4e58919a88881ec7f2520ddfa23d9c6b796369 Mon Sep 17 00:00:00 2001 From: idea404 Date: Tue, 18 Jun 2024 13:55:37 +0200 Subject: [PATCH] fix: trailing whitespace --- docs/site/docs/develop/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/site/docs/develop/introduction.md b/docs/site/docs/develop/introduction.md index bd98e135b..405c7cdd8 100644 --- a/docs/site/docs/develop/introduction.md +++ b/docs/site/docs/develop/introduction.md @@ -26,7 +26,7 @@ xmsg.sender // who sent it (msg.sender of the source xcall) :::info Omni is a Cross-Chain Messaging Protocol -Omni is a cross-chain messaging protocol that allows contracts to send and receive messages across different chains. It is a simple and secure way to interact with contracts on other chains. That means you can call a contract on another chain as if it were on the same chain, and you can receive messages from other chains as if they were sent from the same chain. +Omni is a cross-chain messaging protocol that allows contracts to send and receive messages across different chains. It is a simple and secure way to interact with contracts on other chains. That means you can call a contract on another chain as if it were on the same chain, and you can receive messages from other chains as if they were sent from the same chain. However, Omni is not a bridge. If you need to move assets between chains, you will need to use a bridge or implement your own bridge (with a transfer token proxy and liquidity for source and destination rollups).