Skip to content

Commit

Permalink
fix: bump asset cache migration version to 35 to trigger re-fetch (#8540
Browse files Browse the repository at this point in the history
)
  • Loading branch information
woodenfurniture authored Jan 13, 2025
1 parent 7f7d7ee commit f8addca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/state/migrations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export const clearAssetsMigrations = {
31: clearAssets,
32: clearAssets,
33: clearAssets,
34: clearAssets,
35: clearAssets,
} as unknown as Omit<MigrationManifest, '_persist'>

export const clearMarketDataMigrations = {
Expand Down

0 comments on commit f8addca

Please sign in to comment.