|
3 | 3 | # `cpu` is for generating proofs locally using the CPU. |
4 | 4 | # `cuda` is for generating proofs locally using the GPU. |
5 | 5 | # `network` is for generating proofs using the Succinct Prover Network. |
6 | | -SP1_PROVER=mock |
| 6 | +SP1_PROVER=cpu |
7 | 7 |
|
8 | 8 | # To use the Succinct Prover Network, set the private key of the account you want to use for requesting proofs. |
9 | 9 | # Set up a new account here: https://docs.succinct.xyz/docs/network/developers/key-setup. |
@@ -32,13 +32,13 @@ CELESTIA_NAMESPACE="a8045f161bf468bf4d44" |
32 | 32 | # To submit messages to Celestia we must specify a funded private key. |
33 | 33 | CELESTIA_PRIVATE_KEY="6e30efb1d3ebd30d1ba08c8d5fc9b190e08394009dc1dd787a69e60c33288a8c" |
34 | 34 |
|
35 | | -RETH_RPC_URL="http://51.159.171.247:8545" |
36 | | -RETH_WS_URL="ws://51.159.171.247:8546" |
37 | | -SEQUENCER_RPC_URL="http://51.159.171.247:7331" |
38 | | -CELESTIA_RPC_URL="http://51.159.171.247:26658" |
39 | | -TENDERMINT_RPC_URL="http://51.159.171.247:26657" |
40 | | -CELESTIA_GRPC_ENDPOINT="http://51.159.171.247:9090" |
41 | | -MIDDLEWARE_ENDPOINT="http://51.159.171.247:9091" |
| 35 | +RETH_RPC_URL="http://127.0.0.1:8545" |
| 36 | +RETH_WS_URL="ws://127.0.0.1:8546" |
| 37 | +SEQUENCER_RPC_URL="http://127.0.0.1:7331" |
| 38 | +CELESTIA_RPC_URL="http://127.0.0.1:26658" |
| 39 | +TENDERMINT_RPC_URL="http://127.0.0.1:26657" |
| 40 | +CELESTIA_GRPC_ENDPOINT="http://127.0.0.1:9090" |
| 41 | +MIDDLEWARE_ENDPOINT="http://127.0.0.1:9091" |
42 | 42 | TEE_APP_URL="https://fc87b8918d4489663dfe47b82f48ed4b117dc518-8080.dstack-pha-prod5.phala.network" |
43 | 43 |
|
44 | 44 | # Optional Config parameters |
|
0 commit comments