From 930802fa3f4b1a4cf4c894cb6c0497d0dfeb04cd Mon Sep 17 00:00:00 2001 From: markscroller <161376758+markscroller@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:59:04 +0300 Subject: [PATCH 1/2] typo fix "th" --- .../en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx b/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx index 082ab18fd..274334aea 100644 --- a/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx +++ b/src/content/docs/en/developers/l1-and-l2-bridging/erc1155-token-bridge.mdx @@ -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. | From 23345a609acb3a39b77c5642b29d6720538070cc Mon Sep 17 00:00:00 2001 From: markscroller <161376758+markscroller@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:00:16 +0300 Subject: [PATCH 2/2] typo fix "messagner" --- .../l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx b/src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx index b46d30062..ca8d12ea3 100644 --- a/src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx +++ b/src/content/docs/en/developers/l1-and-l2-bridging/eth-and-erc20-token-bridge.mdx @@ -33,7 +33,7 @@ All Gateway contracts will form the message and send it to the `L1ScrollMessenge address of the `L1ScrollMessenger`. -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