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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
};