From 0a935a9bd3a7a5a151d8a9f738c7cb49599699a7 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 11 Sep 2024 05:51:11 +0200 Subject: [PATCH] fix --- op-blast-sepolia.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/op-blast-sepolia.yml b/op-blast-sepolia.yml index 2471a50d..63b47c91 100644 --- a/op-blast-sepolia.yml +++ b/op-blast-sepolia.yml @@ -34,6 +34,7 @@ services: - "GETH_MAXPEERS=0" - "GETH_OVERRIDE_CANYON=0" - "GETH_OVERRIDE_ECOTONE=1713999600" + - "GETH_OVERRIDE_TERMINALTOTALDIFFICULTY=17000000000000000" expose: - 9545 restart: always @@ -75,6 +76,8 @@ services: #- "OP_NODE_L2_SKIP_SYNC_START_CHECK=true" - "OP_NODE_P2P_LISTEN_TCP_PORT=12018" - "OP_NODE_ROLLUP_CONFIG=/config/sepolia/rollup.json" + - "OP_NODE_OVERRIDE_DELTA=" + - "OP_NODE_OVERRIDE_ECOTONE=1713999600" command: > op-node depends_on: