From ffc62a3130adfec724382447ec23cd63bb71a13d Mon Sep 17 00:00:00 2001 From: squidbear <379651+czarly@users.noreply.github.com> Date: Sun, 30 Mar 2025 14:11:28 +0200 Subject: [PATCH] fix --- .../op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml | 2 +- .../op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml b/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml index c530a5cf..5e009c3c 100644 --- a/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml +++ b/zircuit/op-geth/zircuit-mainnet-op-geth-archive-leveldb-hash.yml @@ -85,7 +85,7 @@ services: OP_NODE_L1_EPOCH_POLL_INTERVAL: 384s OP_NODE_HEARTBEAT_ENABLED: "false" OP_NODE_L1_BEACON: ${ETHEREUM_MAINNET_BEACON_REST} - OP_NODE_SYNCMODE: execution-layer + OP_NODE_SYNCMODE: consensus-layer OP_NODE_P2P_LISTEN_IP: "0.0.0.0" OP_NODE_P2P_LISTEN_TCP_PORT: 15463 OP_NODE_P2P_LISTEN_UDP_PORT: 15463 diff --git a/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml b/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml index 57432e7e..bddff6e8 100644 --- a/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml +++ b/zircuit/op-geth/zircuit-testnet-op-geth-archive-leveldb-hash.yml @@ -85,7 +85,7 @@ services: OP_NODE_L1_EPOCH_POLL_INTERVAL: 384s OP_NODE_HEARTBEAT_ENABLED: "false" OP_NODE_L1_BEACON: ${ETHEREUM_SEPOLIA_BEACON_REST} - OP_NODE_SYNCMODE: execution-layer + OP_NODE_SYNCMODE: consensus-layer OP_NODE_P2P_LISTEN_IP: "0.0.0.0" OP_NODE_P2P_LISTEN_TCP_PORT: 15095 OP_NODE_P2P_LISTEN_UDP_PORT: 15095