Skip to content

Commit 268b082

Browse files
add commented out trusted-rpc flag for op-node with instructions on when to use it (#39)
1 parent cbc7fb6 commit 268b082

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ services:
4141
- OP_NODE_RPC_PORT=8545
4242
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
4343
- 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

Comments
 (0)