Update 5_cross-chain-with-layerzero.md (#1436)

Co-authored-by: Doner King <161360836+doner66@users.noreply.github.com>
This commit is contained in:
PixelPilot
2025-01-06 19:09:08 +01:00
committed by GitHub
parent 9beb94e420
commit 79da5a5db3

View File

@@ -354,7 +354,7 @@ contract ExampleContract is OApp {
:::info
Overriding the `_lzReceive` function allows you to provide any custom logic you wish when receiving messages, including making a call back to the source chain by invoking `_lzSend`. Visit the LayerZero [Message Design Patterns](https://docs.layerzero.network/contracts/message-design-patterns) for common messaging flows.
Overriding the `_lzReceive` function allows you to provide any custom logic you wish when receiving messages, including making a call back to the source chain by invoking `_lzSend`. Visit the LayerZero [Message Design Patterns](https://docs.layerzero.network/v2/developers/evm/oapp/message-design-patterns) for common messaging flows.
:::