Skip to content

Commit

Permalink
Merge pull request #972 from ethereum-optimism/bradleycamacho-patch-1
Browse files Browse the repository at this point in the history
Edit SuperchainERC20 consistency
  • Loading branch information
krofax authored Oct 9, 2024
2 parents 284fa1a + f8b9ca6 commit d1a3425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stack/protocol/interop/explainer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Native OP Stack interoperability provides the ability to read messages and trans
Superchain interop includes both the protocol layer message passing and the Superchain ERC20 token specification.

* **Message passing protocol:** the initial + finalizing/executing [message](https://specs.optimism.io/interop/messaging.html) that fire events to be consumed by the chains in the [dependency set](https://specs.optimism.io/interop/dependency-set.html)
* **SupERC20 token specification**: the [SuperchainERC20](https://specs.optimism.io/interop/token-bridging.html) turns message passing into asset transfer between chains in the interop set
* **SuperchainERC20 token specification**: the [SuperchainERC20](https://specs.optimism.io/interop/token-bridging.html) turns message passing into asset transfer between chains in the interop set

This means ETH and ERC-20s can seamlessly and securely move across L2s, and intent-based protocols (i.e., bridges) can build better experiences on top of the message passing protocol.

Expand Down

0 comments on commit d1a3425

Please sign in to comment.