Skip to content

Commit

Permalink
chore: book
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Mar 8, 2025
1 parent 6774a34 commit f448914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions book/quick-start/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ To start the `op-succinct` service, add the following parameters to the `.env` f
| `NETWORK_PRIVATE_KEY` | The private key for the account that will be submitting proofs to the L1. |
| `NETWORK_RPC_URL` | The RPC endpoint for the Succinct Prover Network. The default endpoint (`https://rpc.succinct.xyz`) is not suitable for use in OP Succinct. Reach out to the Succinct team to get access with OP Succinct. |
| `DATABASE_URL` | The address of a Postgres database for storing the intermediate proposer state. |

Now, you should have the following in your `.env` file:

| Parameter | Description |
Expand Down
3 changes: 2 additions & 1 deletion book/quick-start/mock.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ To start the mock `op-succinct` service, add the following parameters to the `.e
|-----------|-------------|
| `L2OO_ADDRESS` | The address of the `OPSuccinctL2OutputOracle` contract from the previous step. |
| `OP_SUCCINCT_MOCK` | Set to `true` for mock mode. |
| `DATABASE_URL` | The address of a Postgres database for storing the intermediate proposer state. |

Now, you should have the following in your `.env` file:

Expand All @@ -137,7 +138,7 @@ Now, you should have the following in your `.env` file:
| `ETHERSCAN_API_KEY` | Etherscan API key for verifying the deployed contracts. |
| `L2OO_ADDRESS` | The address of the `OPSuccinctL2OutputOracle` contract from the previous step. |
| `OP_SUCCINCT_MOCK` | Set to `true` for mock mode. |

| `DATABASE_URL` | The address of a Postgres database for storing the intermediate proposer state. |
### 5) Start the `op-succinct` service in mock mode.

We provide a Docker Compose file for running the `op-succinct` service.
Expand Down

0 comments on commit f448914

Please sign in to comment.