We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc7fb6 commit 268b082Copy full SHA for 268b082
1 file changed
docker-compose.yml
@@ -41,3 +41,7 @@ services:
41
- OP_NODE_RPC_PORT=8545
42
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
43
- OP_NODE_VERIFIER_L1_CONFS=0
44
+# OP_NODE_L1_TRUST_RPC allows for faster syncing, but should be used *only* if your L1 RPC node
45
+# is fully trusted. It also allows op-node to work with clients such as Erigon that do not
46
+# support storage proofs.
47
+# - OP_NODE_L1_TRUST_RPC=true
0 commit comments