Skip to content

Commit

Permalink
fix: trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
idea404 committed Jun 18, 2024
1 parent 228d3e3 commit 8d4e589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/docs/develop/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 8d4e589

Please sign in to comment.