Skip to content

Commit 188dd6c

Browse files
committed
Remove non-controllers from EngineState
1 parent cd8c158 commit 188dd6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/core/Engine/types.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ import {
151151
AccountsControllerEvents,
152152
AccountsControllerState,
153153
} from '@metamask/accounts-controller';
154-
import { BaseState } from '@metamask/base-controller';
155154
import { getPermissionSpecifications } from '../Permissions/specifications.js';
156155

157156
/**
@@ -313,7 +312,6 @@ export type EngineContext = RequiredControllers & Partial<OptionalControllers>;
313312
export interface EngineState {
314313
AccountTrackerController: AccountTrackerControllerState;
315314
AddressBookController: AddressBookControllerState;
316-
AssetsContractController: BaseState;
317315
NftController: NftControllerState;
318316
TokenListController: TokenListState;
319317
CurrencyRateController: CurrencyRateState;
@@ -328,8 +326,6 @@ export interface EngineState {
328326
SwapsController: SwapsControllerState;
329327
GasFeeController: GasFeeState;
330328
TokensController: TokensControllerState;
331-
TokenDetectionController: BaseState;
332-
NftDetectionController: BaseState;
333329
///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps)
334330
SnapController: PersistedSnapControllerState;
335331
SnapsRegistry: SnapsRegistryState;

0 commit comments

Comments
 (0)