From 5cbfb7f53851980bb8369e70fd6689220774bf23 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 31 May 2026 10:24:48 +0900 Subject: [PATCH] ops: Add /api/fee-estimates to cache heater --- production/nginx-cache-heater | 1 + 1 file changed, 1 insertion(+) diff --git a/production/nginx-cache-heater b/production/nginx-cache-heater index e6dea270a..f0d1db1ca 100755 --- a/production/nginx-cache-heater +++ b/production/nginx-cache-heater @@ -8,6 +8,7 @@ heat() } heatURLs=( + '/api/fee-estimates' '/api/v1/fees/recommended' '/api/v1/accelerations' )