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/stack/interop/architecture.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The second transaction creates an *executing message* on the destination chain.
This executing message could result in a contract function being executed on the destination chain.

The initiating message is simply a log event.
Any log event on any chain that inteoperates with the destination can initiate a cross domain message.
Any log event on any chain that interoperates with the destination can initiate a cross domain message.

The transaction that receives the message on the destination chain calls a contract called [`CrossL2Inbox`](https://specs.optimism.io/interop/predeploys.html#crossl2inbox).
This call can be at the top level, directly from the externally owned account, or come through a smart contract.
Expand Down
2 changes: 1 addition & 1 deletion pages/stack/interop/cross-chain-message.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To send a cross-chain message on the Superchain using [Superchain interoperabili

<Image src="/img/op-stack/protocol/cross-chain-message.png" alt="Anatomy of Cross-Chain Message with Interop" width={700} height={500} />

In the example above, `Ox123` sends 1 OP from OP Mainnet to Base, but this applies to any asset using the SuperchainERC20 token standard.
In the example above, `0x123` sends 1 OP from OP Mainnet to Base, but this applies to any asset using the SuperchainERC20 token standard.

## Next steps

Expand Down