update local storage key for mkts

This commit is contained in:
tjs 2023-11-12 14:32:58 -05:00
parent 4147321512
commit 57e2ce3e2c
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@ export const NOTIFICATION_POSITION_KEY = 'notificationPosition-0.2'
export const TRADE_CHART_UI_KEY = 'tradeChart-0.3'
export const FAVORITE_MARKETS_KEY = 'favoriteMarkets-0.2'
export const FAVORITE_MARKETS_KEY = 'favoriteMarkets-0.3'
export const FAVORITE_SWAPS_KEY = 'favoriteSwaps-0.1'
export const FAVORITE_SWAPS_KEY = 'favoriteSwaps-0.2'
export const THEME_KEY = 'theme-0.1'