Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,5 @@ Update the mapping that connects an ERC1155 token contract from L2 to L1.

| Parameter | Description |
| --------- | ------------------------------------------------- |
| \_l1Token | The address of th ERC1155 token in L1. |
| \_l1Token | The address of the ERC1155 token in L1. |
| \_l2Token | The address of corresponding ERC1155 token in L2. |
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All Gateway contracts will form the message and send it to the `L1ScrollMessenge
address of the `L1ScrollMessenger`.
</Aside>

When a new block gets created on L1, the Watcher will detect the message on the `L1MessageQueue` and will pass it to the Relayer service, which will submit the transaction to the L2 via the l2geth node. Finally, the l2geth node will pass the transaction to the `L2ScrollMessagner` contract for execution on L2.
When a new block gets created on L1, the Watcher will detect the message on the `L1MessageQueue` and will pass it to the Relayer service, which will submit the transaction to the L2 via the l2geth node. Finally, the l2geth node will pass the transaction to the `L2ScrollMessenger` contract for execution on L2.

## Withdraw ETH and ERC20 tokens from L2

Expand Down