From 676c58fd9aba781b32d790c6360ccf062dc9b266 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Sun, 2 Jun 2024 12:24:22 +0200 Subject: [PATCH] revert --- optimism-fullnode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimism-fullnode.yml b/optimism-fullnode.yml index 03cae5a8..0bbd91a4 100644 --- a/optimism-fullnode.yml +++ b/optimism-fullnode.yml @@ -70,7 +70,7 @@ services: stop_grace_period: 30s environment: - "OP_NODE_NETWORK=op-mainnet" -# - "OP_NODE_SYNCMODE=execution-layer" + - "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_L1_ETH_RPC=${OPTIMISM_ETHEREUM_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret"