Skip to content

Commit 2ee8aec

Browse files
chore(suite): add migration for deprecated coins
1 parent 0c76df5 commit 2ee8aec

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/suite/src/storage/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Storage changelog
22

3+
## 52
4+
5+
- Deprecated Vertcoin (VTC), Bitcoin Gold (BTG), Namecoin (NMC), DigiByte (DGB), and Dash (DASH) networks. Removed related transactions, accounts, and settings.
6+
37
## 51
48

59
- Changed `metadata.key` on non-eth EVM networks accounts to be `descriptor-chainId`

packages/suite/src/storage/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { reloadApp } from 'src/utils/suite/reload';
55
import { migrate } from './migrations';
66
import type { SuiteDBSchema } from './definitions';
77

8-
const VERSION = 51; // don't forget to add migration and CHANGELOG when changing versions!
8+
const VERSION = 52; // don't forget to add migration and CHANGELOG when changing versions!
99

1010
/**
1111
* If the object stores don't already exist then creates them.

0 commit comments

Comments
 (0)