Skip to content

Commit

Permalink
Bump migration number in store (#2164)
Browse files Browse the repository at this point in the history
  • Loading branch information
avclarke authored Apr 6, 2023
1 parent 6289433 commit fb49870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const LOG_REDUX = false;
const persistConfig = {
key: 'root1',
storage,
version: 10,
version: 11,
blacklist: ['app', 'wallet'],
migrate: createMigrate(migrations, { debug: true }),
};
Expand Down

1 comment on commit fb49870

@vercel
Copy link

@vercel vercel bot commented on fb49870 Apr 6, 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 – ./

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

Please sign in to comment.