Skip to content

Commit

Permalink
fix: fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jun 3, 2024
1 parent eee87ce commit c58add7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/assets-controllers/src/NftController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ const nftControllerMetadata = {
allNftContracts: { persist: true, anonymous: false },
allNfts: { persist: true, anonymous: false },
ignoredNfts: { persist: true, anonymous: false },
isNftFetchingInProgress: { persist: true, anonymous: false },
};

const ALL_NFTS_STATE_KEY = 'allNfts';
Expand Down
1 change: 0 additions & 1 deletion packages/assets-controllers/src/NftDetectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ import {
type NftMetadata,
} from './NftController';


const DEFAULT_INTERVAL = 180000;

const controllerName = 'NftDetectionController';
Expand Down

0 comments on commit c58add7

Please sign in to comment.