Skip to content

Commit 93bdd0e

Browse files
authored
Merge pull request #1186 from ethereum-optimism/zainbacchus-patch-3
Reverting #1171
2 parents 3abb097 + 57dab9b commit 93bdd0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/stack/interop/explainer.mdx

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ This means ETH and ERC-20s can seamlessly and securely move across L2s, and inte
3535
Interoperability allows for horizontally scalable blockchains, a key feature of the Superchain. With Superchain interop, latency can be 1-block (~2 seconds) by optimistically accepting cross-chain messages.
3636

3737
## Interop clusters
38-
The interop protocol works via a dependency set which is configured on a per-chain basis. The dependency set defines the set of chains that a chain will accept incoming messages from. To prevent tokens from being sent to a chain that doesn't accept incoming messages, the protocol enforces that messages can only be sent to chains within its dependency set.
38+
The interop protocol works via a dependency set which is configured on a per-chain basis. The dependency set defines the set of chains that a chain will accept incoming messages from.
39+
40+
This gives the OP Stack an unopinionated and flexible foundation, so chain operators can choose which chains their chains depend on, and it is not a requirement that chains are in each other's dependency set.
3941

4042
## Superchain interop cluster
4143
The Superchain builds on top of the interop protocol and implements a single mesh network with complete dependencies. In this model, each blockchain in the Superchain interop cluster would have direct connections to every other blockchain, creating a fully connected mesh network. Compared to a hub and spoke model, this provides the highest level of interoperability, as any blockchain can transact directly with any other.

0 commit comments

Comments
 (0)