Skip to content

Commit 65991f9

Browse files
authored
Merge pull request #1526 from HanzCEO/patch-4
Fixed 2 typos on interop explainer
2 parents 235a02a + c745ed5 commit 65991f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/stack/interop/explainer.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ If a sequencer chooses to accept unsafe messages, the sequencer must trust the s
166166

167167
Notably this trust assumption is only for *unsafe* blocks, and *only* if the sequencer allows messages from unsafe blocks to be processed.
168168

169-
In Superchain interop, [the traditional safe level](https://docs.optimism.io/stack/transactions/transaction-finality#steps-to-finality) of is divided into two types of safety.
169+
In Superchain interop, [the traditional safe level](https://docs.optimism.io/stack/transactions/transaction-finality#steps-to-finality) of a block is divided into two types of safety.
170170
A block is *local safe* once it is written to L1.
171171
But it is only *cross safe* when in addition to the block itself all of the blocks on which it depends (directly or indirectly) are written to L1, including the dependencies of previous blocks in the same chain.
172172

@@ -193,7 +193,7 @@ flowchart LR
193193
```
194194

195195
For example, in the illustration above, the dependency set of chain B is chains A and C.
196-
To move an asset from chain E to chain B, it is necessary to move the asset from chain E to chain A, and then from chain A to chain C, because there is no direct dependency between B and E.
196+
To move an asset from chain E to chain B, it is necessary to move the asset from chain E to chain A, and then from chain A to chain B, because there is no direct dependency between B and E.
197197

198198
### Superchain interop cluster
199199

0 commit comments

Comments
 (0)