Skip to content

Commit

Permalink
Merge pull request #1961 from galacticcouncil/reset-rpc-url
Browse files Browse the repository at this point in the history
Reset rpcUrl state
  • Loading branch information
jvonasek authored Dec 13, 2024
2 parents 54a31d7 + 7c621e2 commit 3a89777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const useProviderRpcUrlStore = create(
}),
{
name: "rpcUrl",
version: 3.1,
version: 3.2,
onRehydrateStorage: () => (state) => {
state?._setHasHydrated(true)
},
Expand Down

0 comments on commit 3a89777

Please sign in to comment.