File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ import {
151
151
AccountsControllerEvents ,
152
152
AccountsControllerState ,
153
153
} from '@metamask/accounts-controller' ;
154
- import { BaseState } from '@metamask/base-controller' ;
155
154
import { getPermissionSpecifications } from '../Permissions/specifications.js' ;
156
155
157
156
/**
@@ -313,7 +312,6 @@ export type EngineContext = RequiredControllers & Partial<OptionalControllers>;
313
312
export interface EngineState {
314
313
AccountTrackerController : AccountTrackerControllerState ;
315
314
AddressBookController : AddressBookControllerState ;
316
- AssetsContractController : BaseState ;
317
315
NftController : NftControllerState ;
318
316
TokenListController : TokenListState ;
319
317
CurrencyRateController : CurrencyRateState ;
@@ -328,8 +326,6 @@ export interface EngineState {
328
326
SwapsController : SwapsControllerState ;
329
327
GasFeeController : GasFeeState ;
330
328
TokensController : TokensControllerState ;
331
- TokenDetectionController : BaseState ;
332
- NftDetectionController : BaseState ;
333
329
///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps)
334
330
SnapController : PersistedSnapControllerState ;
335
331
SnapsRegistry : SnapsRegistryState ;
You can’t perform that action at this time.
0 commit comments