Skip to content

Commit

Permalink
chore: bump tx history version (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Griko Nibras authored Feb 8, 2024
2 parents 8969b74 + 08d778a commit 78928b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/tx-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const defaultValues: TxHistoryState = {};
export const useTxHistory = create(
persist(() => defaultValues, {
name: "TxHistoryState",
version: 2,
version: 3,
}),
);

Expand Down

0 comments on commit 78928b9

Please sign in to comment.