Skip to content

Commit

Permalink
feat: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 16, 2025
1 parent 192bfb8 commit b4b270c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/advanced/proposer.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ Before starting the proposer, ensure you have deployed the L2 Output Oracle and
| `POLL_INTERVAL` | Default: `20s`. The interval at which the `op-succinct-proposer` service runs. |
| `USE_CACHED_DB` | Default: `false`. Set to `true` to use cached proofs from previous runs when restarting the service, avoiding regeneration of unused proofs. |

## Build the Proposer Service
# Build the Proposer Service

Build the docker images for the `op-succinct-proposer` service.

```bash
docker compose build
```

## Run the Proposer
# Run the Proposer

This command launches the `op-succinct-proposer` service in the background. It launches two containers: one container that manages proof generation and another container that is a small fork of the original `op-proposer` service.

Expand Down

0 comments on commit b4b270c

Please sign in to comment.