update
This commit is contained in:
@@ -5,6 +5,7 @@ services:
|
||||
- "op-zircuit:/db"
|
||||
- "./zircuit/mainnet/genesis.json:/genesis.json"
|
||||
- ".jwtsecret:/jwtsecret"
|
||||
- "./zircuit_config:/config"
|
||||
entrypoint:
|
||||
# pass the L2 specific flags by overriding the entry-point and adding extra arguments
|
||||
- "/bin/sh"
|
||||
@@ -78,7 +79,7 @@ services:
|
||||
OP_NODE_L1_EPOCH_POLL_INTERVAL: 384s
|
||||
OP_NODE_HEARTBEAT_ENABLED: "false"
|
||||
OP_NODE_L1_BEACON: ${ZIRCUIT_ETHEREUM_MAINNET_BEACON_REST}
|
||||
OP_NODE_L1_BEACON_ARCHIVER: ${ZIRCUIT_ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
||||
#OP_NODE_L1_BEACON_ARCHIVER: ${ZIRCUIT_ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
||||
OP_NODE_SYNCMODE: "consensus-layer"
|
||||
OP_NODE_P2P_LISTEN_IP: "0.0.0.0"
|
||||
OP_NODE_P2P_LISTEN_TCP_PORT: 43778
|
||||
|
||||
Reference in New Issue
Block a user