Skip to content

Commit

Permalink
Add link to optimism docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Jul 31, 2024
1 parent f8c2820 commit 7b78537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ By default, op-node and op-erigon work together to derive every L2 block from th
Instead, you can use `execution-layer` syncmode on op-node to download L2 blocks from the peers in the network.
This will allow op-erigon to download and execute large number of blocks at once, resulting in a shorter sync time.

Refer to [Optimism's guide for execution layer syncing here](https://docs.optimism.io/builders/node-operators/management/snap-sync#enabling-execution-layer-sync-for-alternative-clients).

To enable execution layer syncing, set the following flags on op-node
```bash
--syncmode=execution-layer \
Expand Down

0 comments on commit 7b78537

Please sign in to comment.