We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16a301 commit 82956b0Copy full SHA for 82956b0
1 file changed
docker-compose.yml
@@ -25,6 +25,7 @@ services:
25
- ./op-node-entrypoint.sh
26
environment:
27
- OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com # [recommended] replace with your preferred L1 (ethereum, not Base) node RPC URL
28
+ - OP_NODE_L1_TRUST_RPC=true # temporary for Goerli Shapella upgrade
29
- OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
30
- OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a # for localdev only
31
- OP_NODE_L2_ENGINE_RPC=http://geth:8551
0 commit comments