Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngozi-Txfusion committed Jul 26, 2024
1 parent f968679 commit e214004
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/sdk/60.rust/00.getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,13 @@ let deposit_transaction_hash = {
println!("Deposit transaction hash: {:?}", deposit_transaction_hash);
```

**NOTE:** Each token inside ZKsync has an address. If `ERC-20` tokens are being bridged,
::callout{icon="i-heroicons-light-bulb"}
Each token inside ZKsync has an address. If `ERC-20` tokens are being bridged,
you should supply the token's L1 address by calling the `token` method from `DepositRequest`,
or zero address (`0x0000000000000000000000000000000000000000`) if you want to deposit ETH.
Note, that for the `ERC-20` tokens the address of their corresponding L2 token will be
different from the one on Ethereum.
::

After the transaction is submitted to the Ethereum node, its status can be tracked using
the transaction hash:
Expand Down

0 comments on commit e214004

Please sign in to comment.