File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ import { migration66 } from './066';
4
4
* Migration for ensuring that all internal accounts have the correct scopes
5
5
* Re-uses logic from migration 66
6
6
* We have to re-run 66 as 67 because the values for the scopes changed
7
- * and users who already had 66 ran would not have the updated scope values
7
+ * and users who already had 66 ran would not have the updated scope values.
8
+ * The migration 66 was initially injecting a CAIP-2 namespace (eip155 for EVM EOA) rather than a full scope (eip155:0).
9
+ * We now require full scopes (namespace:chain-id) for all Internal Accounts.
10
+ * See https://github.com/MetaMask/accounts/pull/165 for more details.
8
11
*/
9
12
export default function migrate ( state : unknown ) {
10
13
return migration66 ( state , 67 ) ;
You can’t perform that action at this time.
0 commit comments