Skip to content

Commit

Permalink
docs: mock mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Nov 21, 2024
1 parent ca212a0 commit 2a5a7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/getting-started/proposer.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Before starting the proposer, the following environment variables should be in y

### Advanced Environment Variables

The following environment variables are optional:
The following environment variables are optional.

| Parameter | Description |
|-----------|-------------|
| `OP_SUCCINCT_MOCK` | Set to `mock` to run in mock proof mode. The `verifierGateway` set in the `OPSuccinctL2OutputOracle` contract must be an `SP1MockVerifier`. Mock proofs will be generated with SP1 and relayed to the contract. You can deploy an `SP1MockVerifier` by running `just deploy-mock-verifier <env_file>`. |
| `OP_SUCCINCT_MOCK` | Default: `false`. Set to `true` to run in mock proof mode. The `verifierGateway` set in the `OPSuccinctL2OutputOracle` contract must be an `SP1MockVerifier`. Mock proofs will be generated with SP1 and relayed to the contract. You can deploy an `SP1MockVerifier` by running `just deploy-mock-verifier <env_file>`. |

## Build the Proposer Service

Expand Down

0 comments on commit 2a5a7ef

Please sign in to comment.