From 5af415c3cded495f84507721a168294957ebc3a7 Mon Sep 17 00:00:00 2001 From: woodenfurniture <125113430+woodenfurniture@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:16:07 +1100 Subject: [PATCH] fix: bump asset cache migration version to 35 to trigger re-fetch --- src/state/migrations/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/state/migrations/index.ts b/src/state/migrations/index.ts index f06b068043e..04df2c403cf 100644 --- a/src/state/migrations/index.ts +++ b/src/state/migrations/index.ts @@ -65,6 +65,8 @@ export const clearAssetsMigrations = { 31: clearAssets, 32: clearAssets, 33: clearAssets, + 34: clearAssets, + 35: clearAssets, } as unknown as Omit export const clearMarketDataMigrations = {