This commit is contained in:
Sebastian
2024-10-20 04:24:10 +02:00
parent 407b7ffd0a
commit 2c1622b52b

View File

@@ -16,6 +16,9 @@ services:
- "manta-pacific:/db" - "manta-pacific:/db"
- "./manta-pacific/manta-genesis.json:/genesis.json" - "./manta-pacific/manta-genesis.json:/genesis.json"
- "./jwtsecret:/config/test-jwt-secret.txt" - "./jwtsecret:/config/test-jwt-secret.txt"
environment:
GETH_OVERRIDE_CANYON: "1726783200"
GETH_OVERRIDE_ECOTONE: "1726783200"
entrypoint: entrypoint:
- "/bin/sh" - "/bin/sh"
- "/entrypoint.sh" - "/entrypoint.sh"
@@ -60,6 +63,11 @@ services:
# OP_NODE_DA_RPC: "http://light:26658" # OP_NODE_DA_RPC: "http://light:26658"
# OP_NODE_AUTH_TOKEN: ${OP_NODE_AUTH_TOKEN} # OP_NODE_AUTH_TOKEN: ${OP_NODE_AUTH_TOKEN}
OP_NODE_S3_REGION: 'us-west-2' OP_NODE_S3_REGION: 'us-west-2'
CELESTIA_LEGACY_MODE: "true"
OP_NODE_OVERRIDE_CANYON: "1726783200"
OP_NODE_OVERRIDE_DELTA: "1726783200"
OP_NODE_OVERRIDE_ECOTONE: "1726783200"
OP_NODE_L1_BEACON_IGNORE: "true"
command: > command: >
op-node op-node
--l1="${MANTA_PACIFIC_ETHEREUM_MAINNET_RPC_URL}" --l1="${MANTA_PACIFIC_ETHEREUM_MAINNET_RPC_URL}"