Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/app-developers/tools/supersim.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ This diagram illustrates how developers interact with Supersim through the CLI,

* Build a [revolutionary app](/app-developers/get-started) that uses multiple blockchains within the Superchain
* Deploy a [SuperchainERC20](/stack/interop/tutorials/deploy-superchain-erc20) to the Superchain
* View more [supersim tutorials](/app-developers/tutorials/supersim)
* View more [Supersim tutorials](/app-developers/tutorials/supersim)
2 changes: 1 addition & 1 deletion pages/stack/interop/tutorials/event-reads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This guide reviews a horizontally scalable implementation of TicTacToe. This [im

## How it works

We use events to define the ordering of the a game with players only maintaining a local view. By default, a chain is also apart of its own interopble dependency set, which means players on the same chain can also play each other **with no code changes**!
We use events to define the ordering of a game with players only maintaining a local view. By default, a chain is also a part of its own interoperable dependency set, which means players on the same chain can also play each other **with no code changes**!

The system predeploy that enables pulling in validated cross-chain events is the [CrossL2Inbox](https://specs.optimism.io/interop/predeploys.html#crossl2inbox).

Expand Down