Skip to content

Commit

Permalink
Merge branch 'master' into feat/add-token-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori authored Jan 7, 2025
2 parents dd60a9e + 79da5a5 commit db61391
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit db61391

Please sign in to comment.