diff --git a/.yarn/patches/@metamask-keyring-controller-npm-7.0.0-962008b200.patch b/.yarn/patches/@metamask-keyring-controller-npm-7.0.0-962008b200.patch index be356a5ff430..15d28303ce1d 100644 --- a/.yarn/patches/@metamask-keyring-controller-npm-7.0.0-962008b200.patch +++ b/.yarn/patches/@metamask-keyring-controller-npm-7.0.0-962008b200.patch @@ -1,8 +1,8 @@ diff --git a/dist/KeyringController.d.ts b/dist/KeyringController.d.ts -index 82de83a7bb1ad14bb23f3b6274e0c4d5bb773382..35ec924d1530eb944c77c9605a1fb1dda58ebcaf 100644 +index 82de83a7bb1ad14bb23f3b6274e0c4d5bb773382..86a09b3f604f6feb26e2c7edbdcb0abebd4bae20 100644 --- a/dist/KeyringController.d.ts +++ b/dist/KeyringController.d.ts -@@ -1,10 +1,10 @@ +@@ -1,10 +1,11 @@ import type { TxData, TypedTransaction } from '@ethereumjs/tx'; -import { type MetaMaskKeyring as QRKeyring, type IKeyringState as IQRKeyringState } from '@keystonehq/metamask-airgapped-keyring'; +import type { MetaMaskKeyring as QRKeyring, IKeyringState as IQRKeyringState } from '@keystonehq/metamask-airgapped-keyring'; @@ -12,17 +12,18 @@ index 82de83a7bb1ad14bb23f3b6274e0c4d5bb773382..35ec924d1530eb944c77c9605a1fb1dd import type { PreferencesController } from '@metamask/preferences-controller'; -import { type Hex, type Keyring, type Json } from '@metamask/utils'; +import type { Hex, Keyring, Json } from '@metamask/utils'; ++import type { KeyringController as EthKeyringController } from '@metamask/eth-keyring-controller'; import type { Patch } from 'immer'; declare const name = "KeyringController"; /** -@@ -135,6 +135,10 @@ export declare class KeyringController extends BaseControllerV2