From 50f2c33485b6ae67b5d10ff7c692edadb0e2ce2d Mon Sep 17 00:00:00 2001 From: realdealshaman Date: Tue, 7 Jan 2025 21:42:31 +0000 Subject: [PATCH] fix usdc dips in base --- api2/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api2/cache.ts b/api2/cache.ts index 34b6667b..086dd9ed 100644 --- a/api2/cache.ts +++ b/api2/cache.ts @@ -27,7 +27,7 @@ export const cache: { historicalPrices?: DailyPeggedPrices[] } = {} -const cacheFile = 'stablecoin-cache-v0' +const cacheFile = 'stablecoin-cache-v1' export async function initCache(cacheType = CacheType.API_SERVER) { console.time('Cache initialized')