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 47534d2 commit 22eb1e8Copy full SHA for 22eb1e8
packages/accounts-controller/src/AccountsController.ts
@@ -33,12 +33,7 @@ import type {
33
} from '@metamask/snaps-controllers';
34
import type { SnapId } from '@metamask/snaps-sdk';
35
import type { Snap } from '@metamask/snaps-utils';
36
-import {
37
- type Keyring,
38
- type Json,
39
- type CaipChainId,
40
- isCaipChainId,
41
-} from '@metamask/utils';
+import { type CaipChainId, isCaipChainId } from '@metamask/utils';
42
43
import type { MultichainNetworkControllerNetworkDidChangeEvent } from './types';
44
import {
0 commit comments