From 2c1622b52b402af179b8a964a8357ee7c16a9aa9 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 20 Oct 2024 04:24:10 +0200 Subject: [PATCH] update --- op-manta-pacific.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/op-manta-pacific.yml b/op-manta-pacific.yml index aec17bad..c4fe7c05 100644 --- a/op-manta-pacific.yml +++ b/op-manta-pacific.yml @@ -16,6 +16,9 @@ services: - "manta-pacific:/db" - "./manta-pacific/manta-genesis.json:/genesis.json" - "./jwtsecret:/config/test-jwt-secret.txt" + environment: + GETH_OVERRIDE_CANYON: "1726783200" + GETH_OVERRIDE_ECOTONE: "1726783200" entrypoint: - "/bin/sh" - "/entrypoint.sh" @@ -60,6 +63,11 @@ services: # OP_NODE_DA_RPC: "http://light:26658" # OP_NODE_AUTH_TOKEN: ${OP_NODE_AUTH_TOKEN} 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: > op-node --l1="${MANTA_PACIFIC_ETHEREUM_MAINNET_RPC_URL}"