Commit 9dabacef authored by Charles Bachmeier's avatar Charles Bachmeier Committed by GitHub

refactor: change marketplace ordering (#5411)

change marketplace ordering
Co-authored-by: default avatarCharles Bachmeier <charlie@genie.xyz>
parent 80921e78
...@@ -35,13 +35,14 @@ const MarketNameWrapper = styled(Row)` ...@@ -35,13 +35,14 @@ const MarketNameWrapper = styled(Row)`
` `
export const MARKETPLACE_ITEMS = { export const MARKETPLACE_ITEMS = {
x2y2: 'X2Y2',
opensea: 'OpenSea',
looksrare: 'LooksRare', looksrare: 'LooksRare',
nft20: 'NFT20', sudoswap: 'SudoSwap',
nftx: 'NFTX', nftx: 'NFTX',
opensea: 'OpenSea', nft20: 'NFT20',
x2y2: 'X2Y2',
cryptopunks: 'LarvaLabs', cryptopunks: 'LarvaLabs',
sudoswap: 'SudoSwap',
} }
function getMarketLogoSrc(market: string) { function getMarketLogoSrc(market: string) {
......
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