diff --git a/src/config/migrations/01.ts b/src/config/migrations/01.ts index 833dd273..9c5eacda 100644 --- a/src/config/migrations/01.ts +++ b/src/config/migrations/01.ts @@ -1,4 +1,4 @@ -export const version = '1' // make future versions a number plz +export const version = 1 export function migrate (data = {}) { try { @@ -8,8 +8,7 @@ export function migrate (data = {}) { // @ts-ignore ...data.endpoints, 'test-net': 'wss://testnet.entropy.xyz' - }, - 'migration-version': version, + } } return migratedData } catch (e) {