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