Skip to content

Commit

Permalink
Change the store prefix for queries store
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Sep 30, 2022
1 parent 4c0ea3e commit 7556348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/stores/root.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class RootStore {
);

this.queriesStore = new QueriesStore(
makeIndexedKVStore("store_web_queries"),
makeIndexedKVStore("store_web_queries_v12"),
this.chainStore,
CosmosQueries.use(),
CosmwasmQueries.use(),
Expand Down

1 comment on commit 7556348

@vercel
Copy link

@vercel vercel bot commented on 7556348 Sep 30, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.