Skip to content

Commit 7fe6c5c

Browse files
authored
Update README.md
1 parent b9a4fa4 commit 7fe6c5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prover/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
- [Overview](#overview)
33
- [1. Setup server to run the TEE prover](#1-setup-server-to-run-the-tee-prover)
44
- [2. Certificate Private Key Format](#2-certificate-private-key-format)
5-
- [3. Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
5+
- [3. Setup the Scroll Archive Node (optional)](#3-setup-the-scroll-archive-node-optional)
66
- [4. Setup TEE prover](#4-setup-tee-prover)
77
- [4.1 Setup prover using Docker image](#41-setup-prover-using-docker-image)
88
- [4.2 Setup prover from source code](#42-setup-prover-from-source-code)
@@ -65,6 +65,7 @@ Then, you can run geth using the following command:
6565
**Setting l2 config in prover.json**
6666
- If running the Scroll Archive node on the same host as the prover, set l2 to http://172.17.0.1:8545
6767
- If running the Scroll Archive node on a different host as the prover, set l2 to the Public IP or DNS name of your archive node (with the correct port number).
68+
- If you can't run the Scroll Archive node, set l2 to empty.
6869

6970
> 💡 It's strongly recommended to whitelist only your prover node for accessing the execution node.
7071
@@ -101,10 +102,9 @@ If using HTTPS, also move your cert and key into the config folder.
101102
"tls": "/a/b/c"
102103
}
103104
}
105+
```
104106

105107
Below are the configs that you **need to provide**:
106-
107-
```
108108
* **l2**:
109109
* the endpoint of scroll, for example: `http://localhost:8545`.
110110
* To setup the scroll archive node, please check this guide: [Setup the Scroll Archive Node](#3-setup-the-scroll-archive-node)
@@ -264,4 +264,4 @@ Expected result
264264
265265
4. **How long will it take for geth to sync the entire blockchain?**
266266
267-
It will take approximately 2 weeks.
267+
It will take approximately 2 weeks.

0 commit comments

Comments
 (0)