From 42bc7f504e04e0efeafc44dff92dfa3d717c8ce9 Mon Sep 17 00:00:00 2001 From: claude Date: Wed, 26 Aug 2026 01:50:29 +0000 Subject: [PATCH] avalanche fuji: enable C-chain state-sync on pruned profile (mirrors #48 for mainnet; full block execution was 55h+ ETA on the de-22 prune-cycle test node) --- avalanche/fuji/pruned/C/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/avalanche/fuji/pruned/C/config.json b/avalanche/fuji/pruned/C/config.json index 54674c6b..9db83fb2 100644 --- a/avalanche/fuji/pruned/C/config.json +++ b/avalanche/fuji/pruned/C/config.json @@ -1,4 +1,6 @@ { "rpc-gas-cap": 2500000000, - "eth-rpc-gas-limit": 2500000000 + "eth-rpc-gas-limit": 2500000000, + "state-sync-enabled": true, + "state-sync-skip-resume": true } \ No newline at end of file