From 39dd51c2826318f76610415aa6e450a352f89463 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 8 Sep 2024 19:09:34 +0200 Subject: [PATCH] fix --- op-base-fullnode.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/op-base-fullnode.yml b/op-base-fullnode.yml index dd64201e..80357db9 100644 --- a/op-base-fullnode.yml +++ b/op-base-fullnode.yml @@ -38,10 +38,10 @@ services: - "WS_PORT=8545" - "IP=${IP}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - - "GETH_OVERRIDE_CANYON=1704992401" - - "GETH_OVERRIDE_DELTA=1708560000" - - "GETH_OVERRIDE_ECOTONE=1710374401" - - "GETH_OVERRIDE_FJORD=1720627201" + #- "GETH_OVERRIDE_CANYON=1704992401" + #- "GETH_OVERRIDE_DELTA=1708560000" + #- "GETH_OVERRIDE_ECOTONE=1710374401" + #- "GETH_OVERRIDE_FJORD=1720627201" labels: - "traefik.enable=true" - "traefik.http.middlewares.base-stripprefix.stripprefix.prefixes=/base"