diff --git a/.env.example b/.env.example index 28b84e9..0499c74 100644 --- a/.env.example +++ b/.env.example @@ -7,4 +7,8 @@ SP1_PROVER=cpu # To use the Succinct Prover Network, set the private key of the account you want to use for requesting proofs. # Set up a new account here: https://docs.succinct.xyz/docs/network/developers/key-setup. -NETWORK_PRIVATE_KEY= \ No newline at end of file +NETWORK_PRIVATE_KEY= + +# The RPC URL of the network to use. This should be set to https://rpc.production.succinct.xyz +# For more information https://docs.succinct.xyz/docs/network/developers/request-proofs#using-the-sp1-sdk +# NETWORK_RPC_URL=