Skip to content

Commit f77dc1a

Browse files
authored
update crossL2
1 parent 054f82a commit f77dc1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/interop/explainer.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The transaction that receives the message on the destination chain calls a contr
115115
This call can be at the top level, directly from the externally owned account, or come through a smart contract.
116116
The call to `CrossL2Inbox`, also known as the *executing message*, needs to [identify the initiating message uniquely](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L35-L42), using the chain ID of the source chain, the block number, and the index of the log event within that block, as well as a few other fields as a sanity check.
117117

118-
`CrossL2Inbox` can either [validate the message exists](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L171-L185), or [call a contract if the message exists](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L171-L185).
118+
`CrossL2Inbox` can either [validate the message exists](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L76-L83), or [call a contract if the message exists](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/src/L2/CrossL2Inbox.sol#L76-L83).
119119

120120
## Block safety levels
121121

0 commit comments

Comments
 (0)