From 397d82493fec05e7c6141caf99cb185545afa210 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:06:49 +0100 Subject: [PATCH] snap sync --- base-fullnode.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base-fullnode.yml b/base-fullnode.yml index 6e76d4be..a4f15ff2 100644 --- a/base-fullnode.yml +++ b/base-fullnode.yml @@ -21,7 +21,11 @@ services: - "OP_GETH_GENESIS_FILE_PATH=mainnet/genesis-l2.json" - "OP_GETH_SEQUENCER_HTTP=https://mainnet-sequencer.base.org" - "OP_GETH_GCMODE=full" + - "OP_GETH_SYNCMODE=snap" - "OP_GETH_STATE_SCHEME=path" + - "OP_GETH_DB_ENGINE=pebble" + - "OP_GETH_P2P_PORT=8480" + - "OP_GETH_DISCOVERY_PORT=8480" - "GETH_DB_ENGINE=pebble" - "P2P_PORT=8480" - "WS_PORT=8545" @@ -57,6 +61,7 @@ services: stop_grace_period: 30s environment: - "OP_NODE_NETWORK=base-mainnet" + - "OP_NODE_SYNCMODE=execution-layer" - "OP_NODE_L1_ETH_RPC=${BASE_ETHEREUM_ENDPOINT}" - "OP_NODE_L2_ENGINE_AUTH_RAW=${JWTSECRET}" - "OP_NODE_L2_ENGINE_AUTH=/tmp/engine-auth-jwt"