Bump localStorage version to wipe EvmDerivedAddresses (#79)

This commit is contained in:
Jared Vu
2023-10-17 14:49:51 -07:00
committed by GitHub
parent 54d65bb81c
commit ea58b55152
+1 -1
View File
@@ -24,6 +24,6 @@ export enum LocalStorageKey {
}
export const LOCAL_STORAGE_VERSIONS = {
[LocalStorageKey.EvmDerivedAddresses]: 'v1',
[LocalStorageKey.EvmDerivedAddresses]: 'v2',
// TODO: version all localStorage keys
};