feat: add infringing collection to blocklist (#6151)

add infringing collection to blocklist

Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
This commit is contained in:
Charles Bachmeier 2023-03-14 13:06:38 -07:00 committed by GitHub
parent b963d3b27b
commit b0aea5f62a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,4 +26,5 @@ export const isInSameMarketplaceCollection = (assetA: GenieAsset, assetB: GenieA
export const blocklistedCollections = [
'0xd5eeac01b0d1d929d6cffaaf78020af137277293',
'0x85c08fffa9510f87019efdcf986301873cbb10d6',
'0x32d7e58933fceea6b73a13f8e30605d80915b616',
]