Skip to content

Commit

Permalink
fix: removing assetsContractController from engineService
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Oct 30, 2024
1 parent d0ef7a1 commit dc26555
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/core/EngineService/EngineService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ class EngineService {
name: 'AddressBookController',
key: `${engine.context.AddressBookController.name}:stateChange`,
},
{
name: 'AssetsContractController',
key: 'AssetsContractController:stateChange',
},
{ name: 'NftController', key: 'NftController:stateChange' },
{
name: 'TokensController',
Expand Down

0 comments on commit dc26555

Please sign in to comment.