Skip to content

Commit

Permalink
Add required envvar for Goerli Shapella upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Mar 15, 2023
1 parent a16a301 commit 82956b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
- ./op-node-entrypoint.sh
environment:
- OP_NODE_L1_ETH_RPC=https://ethereum-goerli-rpc.allthatnode.com # [recommended] replace with your preferred L1 (ethereum, not Base) node RPC URL
- OP_NODE_L1_TRUST_RPC=true # temporary for Goerli Shapella upgrade
- OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt
- OP_NODE_L2_ENGINE_AUTH_RAW=688f5d737bad920bdfb2fc2f488d6b6209eebda1dae949a8de91398d932c517a # for localdev only
- OP_NODE_L2_ENGINE_RPC=http://geth:8551
Expand Down

0 comments on commit 82956b0

Please sign in to comment.