From f16b6ff3d3ee33825dda3435220f717e4413650c Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:05:44 +0100 Subject: [PATCH] reset cache --- defi/src/api2/utils/dimensionsUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defi/src/api2/utils/dimensionsUtils.ts b/defi/src/api2/utils/dimensionsUtils.ts index 9944120694..4c1f7c1a03 100644 --- a/defi/src/api2/utils/dimensionsUtils.ts +++ b/defi/src/api2/utils/dimensionsUtils.ts @@ -21,7 +21,7 @@ export function getFileCacheKey(adaptorRecordType: AdapterType) { export function getFileCacheKeyV2() { - return `dimensions-data-v2-v1.0.12` + return `dimensions-data-v2-v1.0.13` } // to ensure that we pull the cache data only once