Commit b0aea5f6 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: add infringing collection to blocklist (#6151)

add infringing collection to blocklist
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent b963d3b2
...@@ -26,4 +26,5 @@ export const isInSameMarketplaceCollection = (assetA: GenieAsset, assetB: GenieA ...@@ -26,4 +26,5 @@ export const isInSameMarketplaceCollection = (assetA: GenieAsset, assetB: GenieA
export const blocklistedCollections = [ export const blocklistedCollections = [
'0xd5eeac01b0d1d929d6cffaaf78020af137277293', '0xd5eeac01b0d1d929d6cffaaf78020af137277293',
'0x85c08fffa9510f87019efdcf986301873cbb10d6', '0x85c08fffa9510f87019efdcf986301873cbb10d6',
'0x32d7e58933fceea6b73a13f8e30605d80915b616',
] ]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment