fix
This commit is contained in:
@@ -76,8 +76,10 @@ services:
|
||||
- 16437:16437
|
||||
- 16437:16437/udp
|
||||
environment:
|
||||
- CELESTIA_LEGACY_MODE=true
|
||||
- OP_NODE_L1_BEACON=${ETHEREUM_MAINNET_BEACON_REST}
|
||||
- OP_NODE_L1_BEACON_ARCHIVER=${ETHEREUM_MAINNET_BEACON_ARCHIVER}
|
||||
- OP_NODE_L1_BEACON_IGNORE=true
|
||||
- OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}
|
||||
- OP_NODE_L1_RPC_KIND=${ETHEREUM_MAINNET_EXECUTION_KIND:-basic}
|
||||
- OP_NODE_L1_TRUST_RPC=${ETHEREUM_MAINNET_EXECUTION_TRUST:-false}
|
||||
@@ -87,6 +89,10 @@ services:
|
||||
- OP_NODE_METRICS_ADDR=0.0.0.0
|
||||
- OP_NODE_METRICS_ENABLED=true
|
||||
- OP_NODE_METRICS_PORT=7300
|
||||
- OP_NODE_NAMESPACE_ID=866269ddf77dbc40ed9d
|
||||
- OP_NODE_OVERRIDE_CANYON=1726783200
|
||||
- OP_NODE_OVERRIDE_DELTA=1726783200
|
||||
- OP_NODE_OVERRIDE_ECOTONE=1726783200
|
||||
- OP_NODE_P2P_ADVERTISE_IP=${IP}
|
||||
- OP_NODE_P2P_LISTEN_IP=0.0.0.0
|
||||
- OP_NODE_P2P_LISTEN_TCP_PORT=16437
|
||||
@@ -95,6 +101,8 @@ services:
|
||||
- OP_NODE_ROLLUP_CONFIG=/config/rollup.json
|
||||
- OP_NODE_RPC_ADDR=0.0.0.0
|
||||
- OP_NODE_RPC_PORT=8545
|
||||
- OP_NODE_S3_BUCKET=caldera-celestia-cache-prod
|
||||
- OP_NODE_S3_REGION=us-west-2
|
||||
- OP_NODE_SNAPSHOT_LOG=/tmp/op-node-snapshot-log
|
||||
- OP_NODE_SYNCMODE=consensus-layer
|
||||
- OP_NODE_VERIFIER_L1_CONFS=0
|
||||
|
||||
Reference in New Issue
Block a user