From 491faa8d1fa670dcfdf606f0818b8eebc2dd6af0 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:29:35 +0300 Subject: [PATCH 1/3] remove article 3-bridge-between-morph-and-ethereum.md --- .../build-on-morph/3-bridge-between-morph-and-ethereum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-on-morph/build-on-morph/3-bridge-between-morph-and-ethereum.md b/docs/build-on-morph/build-on-morph/3-bridge-between-morph-and-ethereum.md index 517bd4a6..cdb5ce00 100644 --- a/docs/build-on-morph/build-on-morph/3-bridge-between-morph-and-ethereum.md +++ b/docs/build-on-morph/build-on-morph/3-bridge-between-morph-and-ethereum.md @@ -31,7 +31,7 @@ All Gateway contracts will form the message and send it to the `L1CrossDomainMes This means they can execute any function on L2 from a transaction made on L1 via the bridge. Although an application could directly pass messages to existing token contracts, the Gateway abstracts the specifics and simplifies making transfers and calls. -When a new block gets created on L1, the Sequencer will detect the message on the `L1MessageQueue`, and submit the transaction to the L2 via the its L2 node. Finally, the L2 node will pass the transaction to the `L2CrossDomainMessenger` contract for execution on L2. +When a new block gets created on L1, the Sequencer will detect the message on the `L1MessageQueue`, and submit the transaction to the L2 via its L2 node. Finally, the L2 node will pass the transaction to the `L2CrossDomainMessenger` contract for execution on L2. ## Withdraw ETH and ERC20 tokens from L2 From 8b0523d287a0c59da5749a4e38315db60f7bcab1 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:30:19 +0300 Subject: [PATCH 2/3] fix agreement mistake 4-understand-transaction-cost-on-morph.md --- .../build-on-morph/4-understand-transaction-cost-on-morph.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md b/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md index f494b9fe..62b077da 100644 --- a/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md +++ b/docs/build-on-morph/build-on-morph/4-understand-transaction-cost-on-morph.md @@ -31,7 +31,7 @@ The formula is straightforward: