Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jun 5, 2024
1 parent 8f752af commit da4b896
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/assets-controllers/src/NftController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,6 @@ export const getDefaultNftControllerState = (): NftControllerState => ({
ignoredNfts: [],
});

const RATE_LIMIT_NFT_UPDATE_DELAY = 600; // 10 mins
export const RATE_LIMIT_NFT_INTERVAL = RATE_LIMIT_NFT_UPDATE_DELAY * 1000;

/**
* Controller that stores assets and exposes convenience methods
*/
Expand Down

0 comments on commit da4b896

Please sign in to comment.