We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03be709 commit 90a80e0Copy full SHA for 90a80e0
1 file changed
app/store/migrations/133.ts
@@ -19,11 +19,6 @@ import { ensureValidState } from './util';
19
* (only entries that still point at `seitrace.com` are rewritten).
20
* Users missing `NetworkController` entirely: no-op (silent) — expected
21
* during upgrade-from-old-version.
22
- *
23
- * This follows the canonical block-explorer-URL migration pattern from
24
- * `metamask-extension/app/scripts/migrations/197.ts` (HyperEVM prior art
25
- * for this family). Mobile registers migrations in
26
- * `app/store/migrations/index.ts`.
27
*/
28
export const migrationVersion = 133;
29
0 commit comments