Skip to content

Commit

Permalink
start controller
Browse files Browse the repository at this point in the history
  • Loading branch information
owencraston committed Jan 10, 2025
1 parent 695f26f commit 622e0df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/core/Engine/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1723,6 +1723,9 @@ export class Engine {

// leaving the reference of TransactionController here, rather than importing it from utils to avoid circular dependency
TransactionController.startIncomingTransactionPolling([chainId]);

this.context.MultichainBalancesController.start();
this.context.MultichainBalancesController.updateBalances();
}

configureControllersOnNetworkChange() {
Expand Down

0 comments on commit 622e0df

Please sign in to comment.