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 27a3535 commit 641fea7Copy full SHA for 641fea7
1 file changed
packages/multichain-account-api/src/api/types.ts
@@ -1,9 +1,6 @@
1
-import type {
2
- CaipChainId,
3
- EntropySourceId,
4
- KeyringAccount,
5
-} from '@metamask/keyring-api';
+import type { EntropySourceId, KeyringAccount } from '@metamask/keyring-api';
6
import type { AccountId } from '@metamask/keyring-utils';
+import type { CaipChainId } from '@metamask/utils';
7
8
import type { MultichainAccountId, MultichainAccountWalletId } from './id';
9
0 commit comments