Skip to content

Commit

Permalink
fix: exclude shared contracts from fetching contract information
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Jul 2, 2024
1 parent eff4e0b commit d0c49fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/assets-controllers/src/NftDetectionController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ export class NftDetectionController extends BaseController<
try {
do {
resultNftApi = await this.#getOwnerNfts(userAddress, chainId, next);
console.log('🚀 ~ resultNftApi:', resultNftApi);
apiNfts = resultNftApi.tokens.filter(
(elm) =>
elm.token.isSpam === false &&
Expand Down

0 comments on commit d0c49fd

Please sign in to comment.