diff --git a/book/quick-start/full.md b/book/quick-start/full.md index 58029650..eed414a9 100644 --- a/book/quick-start/full.md +++ b/book/quick-start/full.md @@ -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. diff --git a/book/quick-start/mock.md b/book/quick-start/mock.md index 748c5abf..161fdca3 100644 --- a/book/quick-start/mock.md +++ b/book/quick-start/mock.md @@ -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