Skip to content

Commit 82956b0

Browse files
author
Michael de Hoog
committed
Add required envvar for Goerli Shapella upgrade
1 parent a16a301 commit 82956b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ services:
2525
- ./op-node-entrypoint.sh
2626
environment:
2727
- 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
2829
- OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
2930
- OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a # for localdev only
3031
- OP_NODE_L2_ENGINE_RPC=http://geth:8551

0 commit comments

Comments
 (0)