Skip to content

Commit

Permalink
add new nft marketplaces metadata (#5765)
Browse files Browse the repository at this point in the history
  • Loading branch information
hildobby authored Apr 15, 2024
1 parent 57dbbc2 commit a7338d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion models/nft/nft_marketplaces_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ FROM (VALUES
, ('kreatorland', 'Libera', 'Direct', 'Kreatorland')
, ('mooar', 'MOOAR', 'Direct', 'mooarofficial')
, ('aurem', 'Aurem', 'Direct', 'Aurem_io')
, ('tevaero', 'Tevaera', 'Direct', 'tevaera')
, ('tevaera', 'Tevaera', 'Direct', 'tevaera')
, ('hyperspace', 'Hyperspace', 'Direct', 'hyperspacexyz')
, ('zk_markets', 'zkMarkets', 'Direct', 'zkmarkets')
, ('campfire', 'Campfire', 'Direct', '0xCampfire')
, ('joepegs', 'Joepegs', 'Direct', 'joepegsnft')
) AS temp_table (project, name, marketplace_type, x_username)

0 comments on commit a7338d1

Please sign in to comment.