Skip to content

Commit

Permalink
Update src/pages/developers/tutorials/swap.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Hernan Clich <[email protected]>
  • Loading branch information
fadeev and hernan-clich authored Dec 10, 2024
1 parent df3e230 commit c8d2952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developers/tutorials/swap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ source chain's specific requirements and limitations.
- **For EVM Chains and Solana**: Without strict size limitations on messages,
the contract uses `abi.decode` to extract all parameters directly.

The source chain is identified using the `context.chainID`, which determines the
The source chain is identified using `context.chainID`, which determines the
appropriate decoding logic. After decoding, the contract proceeds to handle the
token swap by invoking `handleGasAndSwap` and, if required, initiating a
withdrawal.
Expand Down

0 comments on commit c8d2952

Please sign in to comment.