Commit 39b5bb37 authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

feat: hide looksrare until we can support their sdk (#6339)

* hide looksrare until we can support their sdk

* remove commented code

---------
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent feed63b1
...@@ -37,11 +37,6 @@ export const ListingMarkets: ListingMarket[] = [ ...@@ -37,11 +37,6 @@ export const ListingMarkets: ListingMarket[] = [
fee: 0.5, fee: 0.5,
icon: '/nft/svgs/marketplaces/x2y2.svg', icon: '/nft/svgs/marketplaces/x2y2.svg',
}, },
{
name: 'LooksRare',
fee: 1.5,
icon: '/nft/svgs/marketplaces/looksrare.svg',
},
{ {
name: 'OpenSea', name: 'OpenSea',
fee: 0, fee: 0,
......
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