diff --git a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml index a54ac821..bab15f16 100644 --- a/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-mainnet-op-geth-archive-leveldb-hash.yml @@ -77,7 +77,7 @@ services: - ./blast/mainnet.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - - "OP_NODE_SYNCMODE=execution-layer" + - "OP_NODE_SYNCMODE=consensus-layer" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_RPC=http://blast-mainnet-archive:8551" diff --git a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml index 5556c08b..8842381d 100644 --- a/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-mainnet-op-geth-pruned-pebble-path.yml @@ -24,7 +24,7 @@ services: - "GETH_DATADIR=/data" - "GETH_GCMODE=full" - - "GETH_SYNCMODE=snap" + - "GETH_SYNCMODE=full" - "GETH_STATE_SCHEME=path" - "GETH_DB_ENGINE=pebble" - "GETH_NAT=extip:${IP}" @@ -77,7 +77,7 @@ services: - ./blast/mainnet.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - - "OP_NODE_SYNCMODE=execution-layer" + - "OP_NODE_SYNCMODE=consensus-layer" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_MAINNET_EXECUTION_RPC}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_RPC=http://blast-mainnet:8551" diff --git a/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml b/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml index b503bfe3..4c03b23a 100644 --- a/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml +++ b/op/geth/blast-sepolia-op-geth-archive-leveldb-hash.yml @@ -77,7 +77,7 @@ services: - ./blast/sepolia.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - - "OP_NODE_SYNCMODE=execution-layer" + - "OP_NODE_SYNCMODE=consensus-layer" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_RPC=http://blast-sepolia-archive:8551" diff --git a/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml b/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml index cda25a9b..ff5406be 100644 --- a/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml +++ b/op/geth/blast-sepolia-op-geth-pruned-pebble-path.yml @@ -24,7 +24,7 @@ services: - "GETH_DATADIR=/data" - "GETH_GCMODE=full" - - "GETH_SYNCMODE=snap" + - "GETH_SYNCMODE=full" - "GETH_STATE_SCHEME=path" - "GETH_DB_ENGINE=pebble" - "GETH_NAT=extip:${IP}" @@ -77,7 +77,7 @@ services: - ./blast/sepolia.env environment: - OP_NODE_ROLLUP_CONFIG=/config/rollup.json - - "OP_NODE_SYNCMODE=execution-layer" + - "OP_NODE_SYNCMODE=consensus-layer" - "OP_NODE_L1_ETH_RPC=${ETHEREUM_SEPOLIA_EXECUTION_RPC}" - "OP_NODE_L2_ENGINE_AUTH=/jwtsecret" - "OP_NODE_L2_ENGINE_RPC=http://blast-sepolia:8551"