diff --git a/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml b/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml index 61be9853..0796930f 100644 --- a/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml +++ b/ethereum-classic/besu/ethereum-classic-mainnet-besu-pruned-bonsai.yml @@ -39,7 +39,7 @@ services: - --rpc-ws-enabled=true - --rpc-ws-host=0.0.0.0 - --rpc-ws-port=8545 - - --sync-mode=X_SNAP + - --sync-mode=SNAP restart: unless-stopped stop_grace_period: 5m networks: diff --git a/linea/besu/linea-mainnet-besu-pruned-bonsai.yml b/linea/besu/linea-mainnet-besu-pruned-bonsai.yml index fabe896a..1ab6d1b1 100644 --- a/linea/besu/linea-mainnet-besu-pruned-bonsai.yml +++ b/linea/besu/linea-mainnet-besu-pruned-bonsai.yml @@ -43,7 +43,7 @@ services: - --rpc-ws-enabled=true - --rpc-ws-host=0.0.0.0 - --rpc-ws-port=8545 - - --sync-mode=X_SNAP + - --sync-mode=SNAP restart: unless-stopped stop_grace_period: 5m networks: diff --git a/linea/besu/linea-sepolia-besu-pruned-bonsai.yml b/linea/besu/linea-sepolia-besu-pruned-bonsai.yml index 19623d17..c093bd05 100644 --- a/linea/besu/linea-sepolia-besu-pruned-bonsai.yml +++ b/linea/besu/linea-sepolia-besu-pruned-bonsai.yml @@ -43,7 +43,7 @@ services: - --rpc-ws-enabled=true - --rpc-ws-host=0.0.0.0 - --rpc-ws-port=8545 - - --sync-mode=X_SNAP + - --sync-mode=SNAP restart: unless-stopped stop_grace_period: 5m networks: