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
@@ -227,7 +227,7 @@ The implementation consists of three main components:
227
227
```sh
228
228
GREETER_B_ADDRESS=<the address>
229
229
```
230
-
</details>
230
+
</details>
231
231
232
232
<details>
233
233
<summary>Sanity check</summary>
@@ -359,7 +359,7 @@ In this section we change `Greeter.sol` to emit a separate event in it receives
359
359
}
360
360
```
361
361
362
-
<details>
362
+
<details>
363
363
<summary>Explanation</summary>
364
364
365
365
```solidity
@@ -371,7 +371,7 @@ In this section we change `Greeter.sol` to emit a separate event in it receives
371
371
```
372
372
373
373
If we see that we got a message from `L2ToL2CrossDomainMessenger`, we call [`L2ToL2CrossDomainMessenger.crossDomainMessageContext`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL2CrossDomainMessenger.sol#L118-L126).
374
-
</details>
374
+
</details>
375
375
376
376
2. Redeploy the contracts.
377
377
Because the address of `Greeter` is immutable in `GreetingSender`, we need to redeploy both contracts.
0 commit comments