Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bergeron committed Nov 13, 2024
1 parent 94a24d2 commit de3c485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/assets-controllers/src/TokenBalancesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export class TokenBalancesController extends StaticIntervalPollingController<Tok
)
: undefined;

// Balances will be updated for both imported and detected tokens
Object.entries(this.#allTokens[chainId] ?? {}).forEach(addTokens);
Object.entries(this.#allDetectedTokens[chainId] ?? {}).forEach(addTokens);

Expand Down

0 comments on commit de3c485

Please sign in to comment.