Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
omahs authored Oct 7, 2024
1 parent 3c0d29a commit de67172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/getting-started/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this section, we'll guide you through upgrading an existing OP Stack chain to

The steps are the following:
1) **Deploy the OP Succinct L2 Output Oracle Contract.** This contract is a modified version of the existing `L2OutputOracle` contract that uses SP1 to verify the execution and derivation of the L2 state transitions.
2) **Start the OP Succinct Proposer.** This service is modified verison of the existing `op-proposer` service. It posts output roots to the L2 Output Oracle contract at regular intervals by orcheastrating the generation and aggregation of proofs.
2) **Start the OP Succinct Proposer.** This service is a modified version of the existing `op-proposer` service. It posts output roots to the L2 Output Oracle contract at regular intervals by orchestrating the generation and aggregation of proofs.
3) **Update your OP Stack Chain Configuration.** You will need to update your configuration to update the `L2OutputOracle` contract to the new implementation using your `ADMIN` key.

![Getting Started](../assets/upgrading-op-stack.jpg)
![Getting Started](../assets/upgrading-op-stack.jpg)

0 comments on commit de67172

Please sign in to comment.