Skip to content

Commit

Permalink
feat(book): advanced parameters (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani authored Dec 5, 2024
1 parent bbc822e commit c9ea630
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/quick-start/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ In the root directory, create a file called `.env` and set the following environ
| `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |
| `ETHERSCAN_API_KEY` | Etherscan API key for verifying the deployed contracts. |

There are additional optional parameters that you can set in the `.env` file. See the [Advanced Parameters](../advanced/l2-output-oracle.md#optional-advanced-parameters) section for more information.

### 2) Deploy the `OPSuccinctL2OutputOracle` contract.

This contract is a modification of the `L2OutputOracle` contract which verifies a proof along with the proposed state root.
Expand Down
1 change: 1 addition & 0 deletions book/quick-start/mock.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ In the root directory, create a file called `.env` and set the following environ
| `PRIVATE_KEY` | Private key for the account that will be deploying the contract. |
| `ETHERSCAN_API_KEY` | Etherscan API key for verifying the deployed contracts. |

There are additional optional parameters that you can set in the `.env` file. See the [Advanced Parameters](../advanced/l2-output-oracle.md#optional-advanced-parameters) section for more information.

### 2) Deploy an `SP1MockVerifier` for verifying mock proofs

Expand Down

0 comments on commit c9ea630

Please sign in to comment.