Skip to content

Commit

Permalink
Merge pull request #6 from milktoastlab/remove-unknown-marketplace
Browse files Browse the repository at this point in the history
Removing unknown marketplace because it's reporting transfers
  • Loading branch information
kryptoj authored Nov 5, 2021
2 parents c30a917 + 7cc2bd1 commit 261d3f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
3 changes: 1 addition & 2 deletions src/lib/marketplaces/marketplaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@ import { Marketplace } from "./types";
import magicEden from "./magicEden";
import digitalEyes from "./digitalEyes";
import solanart from "./solanart";
import unknown from "./unknown";

/**
* These are the list of marketplaces that we check for notifications
*/
const marketplaces: Marketplace[] = [magicEden, digitalEyes, solanart, unknown];
const marketplaces: Marketplace[] = [magicEden, digitalEyes, solanart];

export default marketplaces;
15 changes: 0 additions & 15 deletions src/lib/marketplaces/unknown.ts

This file was deleted.

0 comments on commit 261d3f6

Please sign in to comment.