Skip to content

Commit

Permalink
Merge pull request #168 from ethereum-optimism/jakim929-patch-3
Browse files Browse the repository at this point in the history
Update writing-contract-using-l2cdm.md
  • Loading branch information
jakim929 authored Sep 23, 2024
2 parents f400984 + e0cd1f9 commit 3ce7994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guides/interop/writing-contract-using-l2cdm.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- omit in toc -->
# Writing cross-chain contract using `L2ToL2CrossDomainMessenger`

This guide walks through the `CrossChainPingPong.sol` contract, focusing on high level design and steps on integrating the `L2ToL2CrossChainMessenger` contract. The source code can be found [here](../../../../contracts/src/CrossChainPingPong.sol).
This guide walks through the `CrossChainPingPong.sol` contract, focusing on high level design and steps on integrating the `L2ToL2CrossChainMessenger` contract. The source code can be found [here](https://github.com/ethereum-optimism/supersim/blob/f400984d8057fe54cfbaabee279a6a45cd41411b/contracts/src/CrossChainPingPong.sol).

- [High level overview](#high-level-overview)
- [Diagram](#diagram)
Expand Down

0 comments on commit 3ce7994

Please sign in to comment.