fix the base rpc endpoint config

This commit is contained in:
Sebastian
2023-10-10 08:03:49 +02:00
parent f21320e667
commit 7e1c1b8a7d

View File

@@ -70,8 +70,8 @@ services:
- "OP_NODE_RPC_PORT=8545" - "OP_NODE_RPC_PORT=8545"
- "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log" - "OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log"
- "OP_NODE_VERIFIER_L1_CONFS=4" - "OP_NODE_VERIFIER_L1_CONFS=4"
- "OP_NODE_L1_RPC_KIND=erigon" - "OP_NODE_L1_RPC_KIND=${BASE_ETHEREUM_ENDPOINT_KIND:-basic}"
- "OP_NODE_L1_TRUST_RPC=${TRUST_BASE_ETHEREUM_ENPOINT:-false}" - "OP_NODE_L1_TRUST_RPC=${BASE_ETHEREUM_ENDPOINT_TRUST:-false}"
networks: networks:
- chains - chains