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 9a15421d..8d443e8d 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 @@ -1,13 +1,13 @@ --- title: Bridge between Morph and Ethereum lang: en-US -keywords: [morph,ethereum,rollup,layer2,validity proof,optimstic zk-rollup] +keywords: [morph, ethereum, rollup, layer2, validity proof, optimstic zk-rollup] description: Upgrade your blockchain experience with Morph - the secure decentralized, cost0efficient, and high-performing optimstic zk-rollup solution. Try it now! --- ## Bridging basics -Although Morph is an Ethereum Layer 2 (and therefore fundamentally connected to Ethereum), it's also a separate blockchain system. +Although Morph is an Ethereum Layer 2 (and therefore fundamentally connected to Ethereum), it's also a separate blockchain system. App developers often have a need to move data and assets between Morph and Ethereum, a process we call "bridging". @@ -17,10 +17,9 @@ For the most common usecase, moving tokens around, we've created the Standard To ### Sending data -If the Standard Token Bridge doesn't fully cover your usecase, you can also [send arbitrary data between L1 and L2](#send-messages-between-morph-and-ethereum). You can use this functionality to have a contract on Ethereum trigger a contract function on Morph, and vice versa. - -We've made this process as easy as possible by giving developers a simple API for triggering a cross-chain function call. +If the Standard Token Bridge doesn't fully cover your usecase, you can also [send arbitrary data between L1 and L2](#send-messages-between-morph-and-ethereum). You can use this functionality to have a contract on Ethereum trigger a contract function on Morph, and vice versa. +We've made this process as easy as possible by giving developers a simple API for triggering a cross-chain function call. ## Utilize Standard Bridge Contract @@ -33,7 +32,8 @@ The Standard Bridge is composed of two main contracts the [`L1StandardBridge`](h Here we'll go over the basics of using this bridge to move tokens between Layer 1 and Layer 2. ## Deposits - \ No newline at end of file +-->