Skip to content

Commit

Permalink
fixup! feat(suite): fetch fiat rates only for known tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Feb 6, 2024
1 parent d656a20 commit dc437c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite-common/wallet-core/src/fiat-rates/fiatRatesThunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { getNetworkFeatures, networks } from '@suite-common/wallet-config';
import { fiatRatesActionsPrefix, REFETCH_INTERVAL } from './fiatRatesConstants';
import { selectTickersToBeUpdated, selectTransactionsWithMissingRates } from './fiatRatesSelectors';
import { transactionsActions } from '../transactions/transactionsActions';
import { selectSpecificTokenDefinition } from '../token-definitions/tokenDefinitionsReducer';
import { selectSpecificTokenDefinition } from '../token-definitions/tokenDefinitionsSelectors';

type UpdateTxsFiatRatesThunkPayload = {
account: Account;
Expand Down

0 comments on commit dc437c6

Please sign in to comment.