diff --git a/book/fault_proofs/docker.md b/book/fault_proofs/docker.md index dd22ca8ea..df9c9ef4f 100644 --- a/book/fault_proofs/docker.md +++ b/book/fault_proofs/docker.md @@ -108,7 +108,7 @@ L1_BEACON_RPC= # L1 Beacon RPC endpoint URL L2_NODE_RPC= # L2 Node RPC endpoint URL ``` -To get a whitelisted key on the Succinct Prover Network for OP Succinct, fill out this [form](https://docs.google.com/forms/d/e/1FAIpQLSd2Yil8TrU54cIuohH1WvDvbxTusyqh5rsDmMAtGC85-Arshg/viewform?ref=https://succinctlabs.github.io/op-succinct/). +For the Succinct Prover Network setup, see the [quickstart guide](https://docs.succinct.xyz/docs/sp1/prover-network/quickstart). ## Building Images Manually diff --git a/book/fault_proofs/proposer.md b/book/fault_proofs/proposer.md index c36409a4b..972c7088e 100644 --- a/book/fault_proofs/proposer.md +++ b/book/fault_proofs/proposer.md @@ -35,7 +35,7 @@ The proposer is configured through various environment variables. Create a `.env | `L2_RPC` | L2 RPC endpoint URL | | `FACTORY_ADDRESS` | Address of the DisputeGameFactory contract | | `GAME_TYPE` | Type identifier for the dispute game | -| `NETWORK_PRIVATE_KEY` | Private key for the succinct prover network (Set to `0x0000000000000000000000000000000000000000000000000000000000000001` if not using fast finality mode) | +| `NETWORK_PRIVATE_KEY` | Private key for the Succinct Prover Network. See the [Succinct Prover Network Quickstart](https://docs.succinct.xyz/docs/sp1/prover-network/quickstart) for setup instructions. (Set to `0x0000000000000000000000000000000000000000000000000000000000000001` if not using fast finality mode) | Either `PRIVATE_KEY` or both `SIGNER_URL` and `SIGNER_ADDRESS` must be set for transaction signing: @@ -45,8 +45,6 @@ Either `PRIVATE_KEY` or both `SIGNER_URL` and `SIGNER_ADDRESS` must be set for t | `SIGNER_URL` | URL of the web3 signer service (if using web3 signer) | | `SIGNER_ADDRESS` | Address of the account managed by the web3 signer (if using web3 signer) | -To get a whitelisted key on the Succinct Prover Network for OP Succinct, fill out this [form](https://docs.google.com/forms/d/e/1FAIpQLSd2Yil8TrU54cIuohH1WvDvbxTusyqh5rsDmMAtGC85-Arshg/viewform?ref=https://succinctlabs.github.io/op-succinct/). The Succinct team will reach out to you with an RPC endpoint you can use. - ### Optional Environment Variables | Variable | Description | Default Value | diff --git a/book/fault_proofs/quick_start.md b/book/fault_proofs/quick_start.md index 53e830dee..bc004d8e7 100644 --- a/book/fault_proofs/quick_start.md +++ b/book/fault_proofs/quick_start.md @@ -93,7 +93,7 @@ Save the output addresses, particularly the `FACTORY_ADDRESS` output as "Factory NETWORK_PRIVATE_KEY=0x... ``` - To get a whitelisted key on the Succinct Prover Network for OP Succinct, fill out this [form](https://docs.google.com/forms/d/e/1FAIpQLSd-X9uH7G0bvXH_kjptnQtNil8L4dumrVPpFE4t8Ci1XT1GaQ/viewform). The Succinct team will reach out to you with an RPC endpoint you can use. + For the Succinct Prover Network setup, see the [quickstart guide](https://docs.succinct.xyz/docs/sp1/prover-network/quickstart). 2. Run the proposer: diff --git a/book/validity/proposer.md b/book/validity/proposer.md index ec13b7329..abd832d99 100644 --- a/book/validity/proposer.md +++ b/book/validity/proposer.md @@ -31,7 +31,7 @@ Before starting the proposer, ensure you have deployed the relevant contracts an | `L1_BEACON_RPC` | L1 Consensus (Beacon) Node. | | `L2_RPC` | L2 Execution Node (`op-geth`). | | `L2_NODE_RPC` | L2 Rollup Node (`op-node`). | -| `NETWORK_PRIVATE_KEY` | Key for the Succinct Prover Network. To get a whitelisted key on the Succinct Prover Network for OP Succinct, fill out this [form](https://docs.google.com/forms/d/e/1FAIpQLSd2Yil8TrU54cIuohH1WvDvbxTusyqh5rsDmMAtGC85-Arshg/viewform?ref=https://succinctlabs.github.io/op-succinct/). | +| `NETWORK_PRIVATE_KEY` | Private key for the Succinct Prover Network. See the [Succinct Prover Network Quickstart](https://docs.succinct.xyz/docs/sp1/prover-network/quickstart) for setup instructions. | | `L2OO_ADDRESS` | Address of the `OPSuccinctL2OutputOracle` contract. | | `PRIVATE_KEY` | Private key for the account that will be posting output roots to L1. |