Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmix committed Jun 27, 2024
1 parent 979ac18 commit 03d00d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/config/migrations/01.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '1' // make future versions a number plz
export const version = 1

export function migrate (data = {}) {
try {
Expand All @@ -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) {
Expand Down

0 comments on commit 03d00d4

Please sign in to comment.