Skip to content

Commit a3cd245

Browse files
authored
Merge pull request #1385 from ethereum-optimism/zainbacchus-patch-3
Fix op-proposer to op-supervisor
2 parents 06160bc + 9ffa379 commit a3cd245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/stack/interop/message-passing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ sequenceDiagram
8585
dstXdom->>dstContract: 5. Call with provided calldata
8686
```
8787

88-
1. Before the executing message is processed, the log event of the initiating message has to get to `op-proposer` on the destination chain.
88+
1. Before the executing message is processed, the log event of the initiating message has to get to `op-supervisor` on the destination chain.
8989

9090
2. The application (or a contract calling on the application's behalf) calls [`L2ToL2CrossDomainMessenger.SendMessage.relayMessage`](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/L2ToL2CrossDomainMessenger.sol#L156-L216).
9191
This call includes the message that was sent (`_sendMessage`), as well as the [fields required to find that message (`_id`)](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/interfaces/L2/ICrossL2Inbox.sol#L4-L10).

0 commit comments

Comments
 (0)