diff --git a/src/lib/migrate.ts b/src/lib/migrate.ts index 055b693c..5f7871b0 100644 --- a/src/lib/migrate.ts +++ b/src/lib/migrate.ts @@ -358,7 +358,7 @@ async function migrateV2ToV3(): Promise { const coinType = getCoinTypeFromHDPath(v2Account.mvc.path) - const mvcTypes = coinType === 10001 ? [10001] : [10001, coinType] + const mvcTypes = coinType === 10001 ? [10001] : [coinType] const id = generateRandomString(32) const wallet = {