We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb19219 commit fe7b9efCopy full SHA for fe7b9ef
app/scripts/migrations/128.ts
@@ -2,7 +2,7 @@ import { hasProperty, isObject } from '@metamask/utils';
2
import { cloneDeep } from 'lodash';
3
import { CHAIN_IDS } from '../../../shared/constants/network';
4
5
-export const version = 130;
+export const version = 128;
6
7
type VersionedData = {
8
meta: { version: number };
0 commit comments