ourzora / nft-hooks

NFT Data Fetching Hooks with Zora contract data
GNU General Public License v3.0
139 stars 53 forks source link

Fixes issues with zdk data #134

Closed neokry closed 2 years ago

neokry commented 2 years ago

Reserve price was taking priority over highest bid in processMarkets leading to incorrectly displayed data at the component level.

ZDKDataSource was not matching collection addresses due to casing differences between passed in addresses and the graphql return address, added toLowerCase calls to fix.