Skip to content

Commit

Permalink
docs(website): update bridging docs (#13161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored Feb 16, 2023
1 parent ce64a6f commit 8666757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/pages/docs/learn/bridging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ERC-20 tokens originate from a canonical chain. To send a token and bridge it to

Here are the overall steps for transferring canonical ERC-20 from a source chain to the destination chain:

1. A contract for the ERC-20 must first be deployed on the destination chain
1. A contract for the ERC-20 must first be deployed on the destination chain (will be done automatically by the TokenVault if not already deployed)

2. Call sendERC20 on the source chain TokenVault, this will **transfer** the amount by using the `safeTransferFrom` function on the canonical ERC-20 contract, on the source chain, to the TokenVault.

Expand Down

0 comments on commit 8666757

Please sign in to comment.