From 7a3003cb63bea277889634b67a4f3bd96c2b7183 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Sat, 1 Aug 2026 00:17:37 +0000 Subject: [PATCH] avalanche: enable state-sync on C-chain pruned profile --- avalanche/mainnet/pruned/C/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avalanche/mainnet/pruned/C/config.json b/avalanche/mainnet/pruned/C/config.json index 5f50e2e0..000845cc 100644 --- a/avalanche/mainnet/pruned/C/config.json +++ b/avalanche/mainnet/pruned/C/config.json @@ -16,6 +16,6 @@ "api-max-blocks-per-request": 0, "allow-unfinalized-queries": false, "log-level": "info", - "state-sync-enabled": false, + "state-sync-enabled": true, "state-sync-skip-resume": true } \ No newline at end of file