Skip to content

Commit 1816ac8

Browse files
committed
removing hyphens
1 parent 0b87d15 commit 1816ac8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/stack/differences.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ However, there are some minor differences between the behavior of Ethereum and O
1616

1717
### Bridging - Deposit Transactions
1818

19-
Deposit transactions don't exist on L1's, and are how transactions on an L2 can be initiated from the L1. Importantly, this is how bridge applications can get L1 ETH or tokens into an L2 OP-Stack chain. You can read more on deposit transactions [here](/stack/protocol/rollup/deposit-flow).
19+
Deposit transactions don't exist on L1's, and are how transactions on an L2 can be initiated from the L1. Importantly, this is how bridge applications can get L1 ETH or tokens into an L2 OP Stack chain. You can read more on deposit transactions [here](/stack/protocol/rollup/deposit-flow).
2020

2121
### Bridging - Withdrawal Transactions and Fault Proofs
2222

@@ -81,12 +81,12 @@ The Sequencer executes transactions from the mempool in priority fee order (high
8181

8282
## Chain Finality
8383

84-
Unlike L1s such as Ethereum OP-Stack chains have Unsafe, Safe, and Finalized Heads which indicate the state of finality for a given L2 block. Fault proofs do not impact the finalization of the L2 rollup, only the finalization of withdrawal transactions to the L1. You can read more about these [in the docs glossary](/resources/glossary#unsafe-l2-block).
84+
Unlike L1s such as Ethereum, OP Stack chains have Unsafe, Safe, and Finalized Heads which indicate the state of finality for a given L2 block. Fault proofs do not impact the finalization of the L2 rollup, only the finalization of withdrawal transactions to the L1. You can read more about these [in the docs glossary](/resources/glossary#unsafe-l2-block).
8585

8686
## What's Next
8787

8888
There are various useful tools linked above. Here are a few more tools and links you may want to check out:
8989

90-
* [OP-viem](https://viem.sh/op-stack): JS framework that can handle many of these unique functions on OP-Chains. It is similar to Ethers.js for op-stack chains.
90+
* [OP-viem](https://viem.sh/op-stack): JS framework that can handle many of these unique functions on OP Chains. It is similar to Ethers.js for OP Stack chains.
9191

9292
* [Specs](https://specs.optimism.io/root.html): For more in-depth technical explanations and examples.

0 commit comments

Comments
 (0)