You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-developers/reference/tokens/compatible-tokens.mdx
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,11 @@ CCT is a token standard used to send, receive, and compose tokens across chains
89
89
90
90
### OFT
91
91
92
-
OFT is a token standard used to send, receive, and compose tokens across chains LayerZero supports. More information will be added about how OFTs can benefit from Superchain interop at a later date.
92
+
OFT is a token standard used to send, receive, and compose tokens across chains LayerZero supports.
93
+
94
+
<Info>
95
+
Integration documentation for OFTs with Superchain interop is currently being developed. Check back for updates or refer to [LayerZero's OFT documentation](https://docs.layerzero.network/v2/developers/evm/oft/quickstart) for current implementation details.
96
+
</Info>
93
97
94
98
***Security:** Variable due to weakest-link scenario based on allowlisted verification mechanisms.
95
99
***Latency:** 1-block latency within the Superchain. Outside the Superchain, latency is variable based on allowlisted verification (DVN) mechanism.
@@ -100,7 +104,11 @@ OFT is a token standard used to send, receive, and compose tokens across chains
100
104
101
105
### NTT
102
106
103
-
NTT is a token standard used to send, receive, and compose tokens across chains Wormhole supports. More information will be added about how NTTs can benefit from Superchain interop at a later date.
107
+
NTT is a token standard used to send, receive, and compose tokens across chains Wormhole supports.
108
+
109
+
<Info>
110
+
Integration documentation for NTTs with Superchain interop is currently being developed. Check back for updates or refer to [Wormhole's NTT documentation](https://docs.wormhole.com/wormhole/native-token-transfers) for current implementation details.
111
+
</Info>
104
112
105
113
***Security:** Variable due to weakest-link scenario based on allowlisted verification mechanisms.
106
114
***Latency:** 1-block latency within the Superchain. Outside the Superchain, latency is variable based on allowlisted verification (transceiver) mechanism.
Copy file name to clipboardExpand all lines: index.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ mode: "wide"
16
16
## Components
17
17
18
18
The OP Stack is an open-source, modular, Ethereum Layer 2 rollup stack.
19
-
Before you deploy, it is important to understand how the key components and how they come together to create your blockchain.
19
+
Before you deploy, it is important to understand the key components and how they come together to create your blockchain.
20
20
21
-
-**L1 Smart contracts**: A set of smart contracts to be deployed on Ethereum to bridge between the L1 and L2 domains and manage aspects of the rollup.
22
-
-**Sequencer**: A single privileged node that accept and derive user transactions on the network to construct the blockchain.
23
-
-**Batcher**: A sequencer service that publishes L2 transactions onto Ethereum.
21
+
-**L1 Smart contracts**: A set of smart contracts to be deployed on Ethereum to bridge between the L1 and L2 domains and manage aspects of the rollup.
22
+
-**Sequencer**: A single privileged node that accepts and derives user transactions on the network to construct the blockchain.
23
+
-**Batcher**: A sequencer service that publishes L2 transactions onto Ethereum.
24
24
Using Ethereum as a data availability layer, the OP Stack inherits Ethereum's security properties by allowing any node to derive the state of the L2 blockchain from L1.
25
25
-**Proposer**: A service responsible for publishing the L2 state root to Ethereum which enables user withdrawals of assets.
26
-
-**Challenger**: The challenger enforces network security by disputing invalid state roots that have been posted to Ethereum.
26
+
-**Challenger**: The challenger enforces network security by disputing invalid state roots that have been posted to Ethereum.
27
27
28
28
## Deployment
29
29
@@ -34,7 +34,7 @@ The following section will walk you through the sequence of steps a chain operat
34
34
Using a CLI tool called [op-deployer](/chain-operators/tools/op-deployer) you will configure your chain and then deploy the smart contracts on Ethereum.
35
35
</Step>
36
36
<Steptitle="Validate your deployment">
37
-
After deploying the L1 smart contracts you will use [op-validator](/chain-operators/tools/op-validator) to verify that your deployment configurations what you expect.
37
+
After deploying the L1 smart contracts you will use [op-validator](/chain-operators/tools/op-validator) to verify that your deployment configurations match what you expect.
38
38
</Step>
39
39
<Steptitle="Chain genesis creation">
40
40
After deploying the L1 smart contracts, you will use [op-deployer](/chain-operators/tools/op-deployer) to generate two files necessary to run nodes on the L2 network:
@@ -61,4 +61,4 @@ The following section will walk you through the sequence of steps a chain operat
61
61
## Next Steps
62
62
63
63
Of course there is a lot more work to do ensure you're operating a highly available chain.
64
-
Take a look at some of the [chain operator best practices](/chain-operators/guides/management/best-practices) to get an idea of some of the things you'll need to keep in mind.
64
+
Take a look at some of the [chain operator best practices](/chain-operators/guides/management/best-practices) to get an idea of some of the things you'll need to keep in mind.
0 commit comments