From c9ba7a2e4e93499524c34f9f13454cc457a07853 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Tue, 22 Sep 2026 17:11:22 +0000 Subject: [PATCH] avalanche-mainnet: change api-max-duration from 0 to "0s" for v1.15.0 compatibility Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- avalanche/mainnet/firewood/C/config.json | 2 +- avalanche/mainnet/pruned/C/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avalanche/mainnet/firewood/C/config.json b/avalanche/mainnet/firewood/C/config.json index 7b26c042..571d9830 100644 --- a/avalanche/mainnet/firewood/C/config.json +++ b/avalanche/mainnet/firewood/C/config.json @@ -4,7 +4,7 @@ "eth-rpc-gas-limit": 2500000000, "local-txs-enabled": false, "pruning-enabled": false, - "api-max-duration": 0, + "api-max-duration": "0s", "api-max-blocks-per-request": 0, "allow-unfinalized-queries": false, "log-level": "info", diff --git a/avalanche/mainnet/pruned/C/config.json b/avalanche/mainnet/pruned/C/config.json index 8a1ea768..d8e47370 100644 --- a/avalanche/mainnet/pruned/C/config.json +++ b/avalanche/mainnet/pruned/C/config.json @@ -4,7 +4,7 @@ "eth-rpc-gas-limit": 2500000000, "local-txs-enabled": false, "pruning-enabled": true, - "api-max-duration": 0, + "api-max-duration": "0s", "api-max-blocks-per-request": 0, "allow-unfinalized-queries": false, "log-level": "info",