Skip to content

Commit

Permalink
Change prefix key for queries store
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Sep 14, 2022
1 parent 9b52a37 commit e14e019
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 @@ -86,7 +86,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

0 comments on commit e14e019

Please sign in to comment.