Skip to content

Commit

Permalink
Remove non-controllers from EngineState
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Aug 1, 2024
1 parent 05e6bad commit 908c281
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ type Permissions = PermissionsByRpcMethod[keyof PermissionsByRpcMethod];
export type EngineState = {
AccountTrackerController: AccountTrackerState;
AddressBookController: AddressBookState;
AssetsContractController: BaseState;
NftController: NftState;
TokenListController: TokenListState;
CurrencyRateController: CurrencyRateState;
Expand All @@ -325,8 +324,6 @@ export type EngineState = {
SwapsController: SwapsState;
GasFeeController: GasFeeState;
TokensController: TokensState;
TokenDetectionController: BaseState;
NftDetectionController: BaseState;
///: BEGIN:ONLY_INCLUDE_IF(preinstalled-snaps,external-snaps)
SnapController: PersistedSnapControllerState;
SnapsRegistry: SnapsRegistryState;
Expand Down

0 comments on commit 908c281

Please sign in to comment.