You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/interop/tutorials/message-passing.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ message passing system that enables different chains to interact with each other
77
77
<Callout>
78
78
This tutorial provides step-by-step instructions for implementing cross-chain messaging.
79
79
For a conceptual overview,
80
-
see the [message passing explainer](/interop/message-passing).
80
+
see the [Message Passing Explainer](/interop/message-passing).
81
81
</Callout>
82
82
83
83
In this tutorial, you will learn how to use the [`L2ToL2CrossDomainMessenger`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL2CrossDomainMessenger.sol) contract to pass messages between interoperable blockchains.
@@ -108,7 +108,7 @@ The implementation consists of three main components:
108
108
<Steps>
109
109
### Setting up test networks
110
110
111
-
1. If you are using [Supersim](/interop/tools/supersim), go to the the directory where Supersim is installed and start it with autorelay.
111
+
1. If you are using [Supersim](/interop/tools/supersim), go to the directory where Supersim is installed and start it with autorelay.
112
112
113
113
```sh
114
114
./supersim --interop.autorelay
@@ -410,7 +410,7 @@ In this section we change `Greeter.sol` to emit a separate event in it receives
410
410
<AutorelayCallout />
411
411
412
412
If you are using the devnets, skip this section.
413
-
You will not be able to see the effects anyway, because you cannot disable autoforwarding on them.
413
+
You will not be able to see the effects anyway because you cannot disable autoforwarding on them.
0 commit comments