You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: prover/README.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ Then, you can run geth using the following command:
60
60
- You can replace `/data/mainnet` with the directory that you intend to put the blockchain data in. We recommend using a filesystem that supports snapshots in case of data corruption.
61
61
- As a default, you can use https://ethereum-rpc.publicnode.com as the ETH_ENDPOINT.
62
62
63
-
**Setting l2 config in prover.json**
64
-
- If running the Scroll Archive node on the same host as the prover, set l2 to http://172.17.0.1:8545
65
-
- 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).
66
-
- If you can't run the Scroll Archive node, set l2 to empty.
63
+
**Setting `scroll_endpoint` config in prover.json**
64
+
- If running the Scroll Archive node on the same host as the prover, set `scroll_endpoint` to http://172.17.0.1:8545
65
+
- If running the Scroll Archive node on a different host as the prover, set `scroll_endpoint` to the Public IP or DNS name of your archive node (with the correct port number).
66
+
- If you can't run the Scroll Archive node, set `scroll_endpoint` to empty.
67
67
68
68
> 💡 It's strongly recommended to whitelist only your prover node for accessing the execution node.
69
69
@@ -94,19 +94,19 @@ If using HTTPS, also move your cert and key into the config folder.
0 commit comments