Skip to content

Commit

Permalink
chore: bump migration version (#1956)
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Tburm authored Feb 2, 2023
1 parent 5d68ede commit 7fcfa8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions state/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export const migrations = {
prices: PRICES_INITIAL_STATE,
};
},
4: (state: any) => {
5: (state: any) => {
return {
...state,
futures: INITIAL_STATE,
futures: FUTURES_INITIAL_STATE,
};
},
};
Expand Down

1 comment on commit 7fcfa8a

@vercel
Copy link

@vercel vercel bot commented on 7fcfa8a Feb 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kwenta-storybook – ./

kwenta-storybook-git-perps-v2-dev-kwenta.vercel.app
kwenta-storybook-kwenta.vercel.app

Please sign in to comment.