Skip to content

Commit

Permalink
Merge pull request #432 from ourzora/fix-chain-store
Browse files Browse the repository at this point in the history
Bump chain store version
  • Loading branch information
neokry authored Jan 30, 2024
2 parents c5a33c9 + f7e8bed commit 994a29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/stores/useChainStore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const useChainStore = create(
{
name: CHAIN_STORE_IDENTIFIER,
storage: createJSONStorage(() => localStorage),
version: 0,
version: 1,
}
)
)

0 comments on commit 994a29c

Please sign in to comment.